[jQuery] JQuery Function Menu Fade

2009-08-20 Thread Karen Morales
Hi Guys I would appreciate if someone could guide me and provide some help into building a menu like this http://www.stunicholls.com/menu/pro_dropdown_2.html using the ordered list below. The Fade issue I would like to compose is when hovering the LI items to have the sort of Fade In/Out on hover

[jQuery] jQuery Function - how should I write it?

2009-05-13 Thread Bharat
Here is function that I wrote: jQuery.fn.toggleOpposite = function(readonly) { return this.attr('disabled',readonly).css('opacity', readonly ? 0.5 : 1.0).focus(); }; I want to extend it so that it not only toggles the 'disabled' attribute based on readonly paramater's value but also clears ou

[jQuery] Jquery Function Not Working In Opera

2009-04-30 Thread djeyewater
I have the following code: var depth = 2; var name = 'category' + depth; var html = $('
' + "\n

\n" + ' ' + '