[jQuery] unbind all events from jquery 1.3.2

2009-03-16 Thread redcom
Hello I have a custom application build on top of gecko 1.9 and using spidermonkey and some c++ calls js->c++->js When i reload one application page i get some events triggered after the page has been loaded. The GC is destroying my objects and html elements some how, but the events remain attac

[jQuery] Re: unbind all events from jquery 1.3.2

2009-03-16 Thread redcom
isn't this ie specific? On Mar 16, 8:50 pm, MorningZ wrote: > *maybe* > > $("*").unbind(); > > all your code is looking at the document itself and then the > tag itself > > On Mar 16, 2:44 pm, redcom wrote: > > > Hello > > I have a

[jQuery] embedded elements and document.ready

2009-03-18 Thread redcom
Hello I have a question: Is there a way to know if a custom plugin is ready to work with? I have a inhouse build of a video player , don't have the load event or any other type of event. i use in html: and in a .js file i added $(document).ready( functions); this functions contain some lo

[jQuery] help needed with new node replace

2008-09-22 Thread redcom
If anyone knows a jQuery way to replace a node and return the new node object that would be great (replaceWith returns the old object)