Sorry Guys but I could not find the thread mentioned on John's
website: http://ejohn.org/blog/ultra-chaining-with-jquery/
Anyway, the chaining system looks ok but rather than using a chain()
metod how about using a wait() method that would block or process
succeeding calls after the preceding call has been completed:
jQuery("div").hide("slow")
.wait()
.addClass("done")
.find("span")
.addClass("done")
.end()
.show("slow")
.wait()
.removeClass("done")
Just my 2cents
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---