[jQuery] Re: Open a particular menu in accordion based on value passed to it

2009-04-20 Thread TenzoChris
I wrote a quick accordion pattern that uses the anchor attribute of a url to determine which panel should be expanded by default: http://skulljackpot.com/2009/03/30/quick-and-dirty-but-useful-jquery-accordion-pattern/ It'd let you write links like http://example.com/path/to/page#menu-2, and have

[jQuery] SuperSelectors - a jQuery plugin that enables full CSS 2.1 selector support (even in IE6)

2009-04-20 Thread TenzoChris
Hey there- I recently finished up a plugin that I think has the potential to be really useful for folks. It uses jQuery's excellent selector support to work around some of the crummy CSS selector support in legacy browsers. If you've ever had to spend time adding 'class=radio' to all the radio

[jQuery] Re: Superfish menus in nav-bar style require subnavs to behave correctly?

2009-04-15 Thread TenzoChris
I got feedback privately complaining about my example. I'd chosen to just use the plugin page (with a minor edit) to demonstrate the problem without wasting people's time on potential CSS causes, since the problem also manifests using the demonstration page. I should have done a better job