jQuery ui tabs anchoring, how to stop it?
I've built a tab navigation, but every time if i try to access a tab via its # url for example. http://www.goo.com/#gum it would then anchor to that div#gum on page load instead of at the top of t... Read more
1 answer Latest by Divya Manian over 3 years ago
Why doesn't my jQuery droppable work with both activeClass and hoverClass?
I have a fairly straightforward jQuery draggable/droppable, but I can't get both activeClass and hoverClass to fire. $(document).ready(function() { $("div.drop_zone").droppable({... Read more
2 answers Best answer by danwellman
How do I execute a function when the jQuery UI tabs have been initialized?
What I really would like is for the jQuery UI tabsshow event to fire when the tabs are ready (we are showing a tab after all, aren't we?). But since it doesn't, is there another way to execute... Read more
4 answers Best answer by Matias
