UI tabs and dequeue
UI tabs and dequeue
Sorry if this appears dumb but if I click a tab then switch to another
one before the first has finished animating the following js error is
thrown:
jQuery.dequeue is not a function
I've loaded jQuery 1.2.1 and I'm essentially trying to get the Fade
Effect tabs demo to work on my site. Of course, that error's not
thrown on the demo site.
So I guess I need to load some extra functionality from another
library somewhere? But which one and where do I get it? I thought
including jquery.js and ui.tabs.js would suffice. The demo source has
things like core.js, selector.js, event.js, ajax.js, etc but I can't
see where they came from. I thought jquery.js had the lot in it when
downloaded?
Sub-question: is there some 'dependency list' somewhere that shows
what I need to include for a particular UI effect?
Many thanks for any pointers. Again, sorry if it appears n00b but
couldn't find it asked here in my searches.