Redsuncube
ajax syntax sample
$("button").click(
function()
{
$.ajax(
{
url:"",
success:function(result){
$("#div").html(result);
}
}
);
}
);
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment