[jQuery] Superfish Question

2008-08-19 Thread Willie Krause
Hi All I use Superfish on a project as a menu system (and love it). I am a Java developer though and usually end up breaking ajax/javascript libraries when I try to make a customisation. My question is how easy / difficult would it be to make superfish *not* activate the "drop-down" part of the me

[jQuery] Re: Need Help Filtering Content

2008-07-12 Thread Willie
(yours doesn't specify the hash symbol, #, before the > "filter", but is faulty anyways as aforementioned) > $("#sources a").click(function () { >         var filter = $(this).attr("class"); >         $("#News li").not("."+filter); > &g

[jQuery] Need Help Filtering Content

2008-07-11 Thread Willie
I am building a test site with jquery. The site lists links from several rss feeds. On the right side of the page there is a sources legend. I would like to be able to click a source and show only links from that source while the others hide. Then when I click a different source, those links appea