Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
(Move to ...)
Home
Me
▼
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');
}
});
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment