Redsuncube
ajax syntax sample
$("button").click(
function()
{
$.ajax(
{
url:"",
success:function(result){
$("#div").html(result);
}
}
);
}
);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment