$(document).ready(function() {
	$("#boxShowKart").slideDown('fast');
 	$.get("/code-kart/", { idl: "1", p: "1" },
	function(data){
 		$("#boxShowKart").html(data);
 	}); 
 });