[jQuery] jQuery Ajax SUCCESS: using 'THIS'?

2009-05-01 Thread phpdevmd
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'?

2009-05-01 Thread phpdevmd
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: &