[jQuery] JQuery Function Menu Fade
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?
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
I have the following code: var depth = 2; var name = 'category' + depth; var html = $('' + "\n\n" + ' ' + '