Hello, I'm trying to set a function that should be triggered on all ajax start events. Therefore i thought i should use
$.ajaxStart(myFunc); What my function should do is overlay the specific DOM element that will receive the new content with a throbber, "please wait" div, typically the element against which load() is called. yet i can't find a way to get it from inside the function. Suggestion: shouldn't the target element be stored in the ajax object ? I've posted on hte general jquery for answers before posting it here : http://groups.google.com/group/jquery-en/browse_thread/thread/df7f42ab9780237e Feel free to reply there if you think my suggestion is not relevant. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
