Fun With jQuery Deferred(intridea.com)
submitted by
crpietschmann(11.3k) 1 year, 3 months ago
If you've upgraded to the recently released jQuery 1.5 you may have heard about the fancy new AJAX facilities that allow you to define things like this:
var jax = $.ajax({
url: '/some/url'
})
jax.success(function() {
alert("It worked!");")
});
|category: AJAX
|Views: 27
tags:
jQuery AJAX another
Everyones tags:
Your Tags: