Bug Tracker

Changes between Initial Version and Version 2 of Ticket #7789


Ignore:
Timestamp:
Dec 16, 2010, 6:14:10 AM (12 years ago)
Author:
jitter
Comment:

The jQuery bug tracker is not for support requests, you should only report bugs in jQuery core here. Please use the jQuery Forum for support requests. If you think this is a problem with the plugin you are using please contact the author of that plugin.

btw.: Why did you post the code of the plugin you are using but removed the licensing information?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7789

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #7789 – Description

    initial v2  
    22
    33     I'm writing a three level menu using jquery, in which the first level is the parent and is in horizontal and the same with the secondary level and the third level is the vertical drop down menu. The issue is when we move the pointer from the first level to the second level the text-color is changing and not showing that it is the a parent menu for the correspondng child menu as per my knowledge this is a dynamic issue and should be changed in the the script part can any one hwlp me in this regard here is the code for that.
    4 
     4{{{
    55(function($){
    66        $.fn.superfish = function(op){
     
    109109        });
    110110})(jQuery);
     111}}}