[jQuery] Troubles altering dropdown menu code..

2009-10-01 Thread scoob...@gmail.com
I was just wondering if somebody out there could answer a couple questions about this menu I'm working on.. Im all out of ideas.. Here is a working sample: http://client.vdhinc.com/PB/menus/horizontal_menu/ I have 2 situations... 1) When you hover a main menu item that has a submenu, and then m

[jQuery] Gradient Auto Update

2009-05-24 Thread scoob...@gmail.com
I am working on trying to use jquery to auto update a gradient div.. I was wondering if somebody could take a look at my code and let me know if there is a way to achieve my desired effect or not.. The test page is here: http://client.vdhinc.com/iHouse/accounts/test.php You will notice how the b

[jQuery] Re: does selectors $ cache?

2009-05-26 Thread scoob...@gmail.com
I don't think it does.. If you did $('div#myid') then it would search through all the div's.. Here's a bit on jquery performance that I read about.. http://www.artzstudio.com/2009/04/jquery-performance-rules/ Hope that helps... On May 26, 10:44 pm, jonathan wrote: > does selectors cache? for e