GMgKe586q6suSQnyqZLlGCooeWM
Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
Home
Me
Search
Wednesday, December 22, 2010
Ajax In JQuery
Here's a code on how to get to ajax through jQuery:
$.ajax({
data: 'test.html',
success: function(data){
$('#satu').text(data);
alert('Load data successfully');
}
});
Ajax In JQuery
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment