[jQuery] jQuery Ajax SUCCESS: using 'THIS'?
Hello, I have the following jquery ajax request: Approve /*Approving..."); jQuery.ajax({ 'type':'POST', 'data':'id=205', 'dataType':'text', 'success':function(msg
[jQuery] Re: jQuery Ajax SUCCESS: using 'THIS'?
on(msg){ > alert(aObj.attr("id")); > }, > 'url':'/approve/article', > 'cache':false > }); > return false; > > }); > > on 01/05/2009 11:48 phpdevmd said:: > > > Hello, I have the following jquery ajax request: &