[jQuery] Re: JSpec and jQuery fadeOut

2009-10-19 Thread tjholowaychuk
Hey dude, if you want to repost on JSpec's group I can help you out :) at least that way its historically there for others who need help (lots of people need help with the DOM stuff) On Oct 17, 2:15 pm, finneycanhelp wrote: > To add to this: >   I know I can use the callback argument of the fade

[jQuery] Serialize jQuery Objects ?

2009-04-29 Thread tjholowaychuk
Hello, I wrote a library which records / plays back DOM events with a faux cursor, its working great looks just like the real thing, however the one problem is exporting this data so it can be pulled in for playback in the future. I obviously cannot serialize entire jQuery objects using as JSON, s

[jQuery] Possible to do specific ajaxStart/Stop effects??

2007-12-06 Thread tjholowaychuk
Im puzzled by this part.. when you do something such as $ ('img').ajaxStart(function(){ // code }); this is called every time an ajax request is sent.. what if i just want it related to a specific ajax request only? this does not seem very piratical to have everything change at once