I have this code:

self.element.children('.cr_tab_content').load(id.substring(5), {},
self.options.after_load());

however the after_load function is being called before the ajax request, not
after this(I tested in firebug and request is not sent until I close that
alert generated by that after_load() function.  How can I create a callback
after the ajax request is finished?  is there is different function like
$.post or $.ajax and not load?

Thanks
Ryan
-- 
View this message in context: 
http://www.nabble.com/ajax-callback-issue-tp14549667s27240p14549667.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to