[jQuery] Re: Superfish Question (v1.3.1)

2007-09-17 Thread Jacob Stuart
probably aren't worth it. I think the one function call after revealing is sufficient. One thing I wasn't able to test was how well the function call works with nested menus (my implementation only has a single level drop down). Thanks again for all your help and work. Jacob Stuart On

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-17 Thread Jacob Stuart
Hey Joel, Thanks for the excellent and clear response. I personally really appreciated the detail and thoroughness of it. Good luck on implementing the function call(s) and thanks for continuing to refine your extremely handy plugin. Cheers, Jacob Stuart On Sep 16, 11:25 pm, "Joel

[jQuery] Re: FCKeditor replacement which works in Safari

2007-09-14 Thread Jacob Stuart
I played around with tinyMCE (v 2.1.0) a few months back and really enjoyed it: simple and lightweight. However I ran into a bug that made it impossible for me to use in the application I was developing. If a user is browsing with IE and Content Advisor enabled (in Tools > Internet Options then th

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-14 Thread Jacob Stuart
Thanks for the reply Joel. If it is indeed something that isn't really needed then you can take all the time you need ;). Cheers, Jacob Stuart On Sep 14, 6:06 am, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi Jacob, > > I don't have time right now to reply

[jQuery] Re: Problem trying to select a ul with only one li in JQuery

2007-09-14 Thread Jacob Stuart
Hey Chris, If the latter example you gave adds the class to li, you could simple do: $("ul li:only-child").parent().addClass("solo"); However, looking at your first example and the API for only-child and :has, it looks to me like the syntax for the first statement should work... Jacob On Sep

[jQuery] Superfish Question (v1.3.1)

2007-09-14 Thread Jacob Stuart
be nice to have hooks to put functions at the end of showSuperfishUI and hideSuperfishUI). Is this sort of functionality something that might be worked into Superfish in the future? Thanks for the great work. Jacob Stuart

[jQuery] Re: .click() issue in FireFox

2007-09-12 Thread Jacob Stuart
sing should work (at least conceptually to me). So maybe it is a bug since it works in IE and not FF (seems backwards, eh?). Cheers! Jacob Stuart Fellow Web Developer On Sep 10, 4:54 pm, George Blouin <[EMAIL PROTECTED]> wrote: > I have rows of data that look like this > &g