Changes between Initial Version and Version 2 of Ticket #7789
- Timestamp:
- Dec 16, 2010, 6:14:10 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7789
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
invalid
-
Property
Status
changed from
-
Ticket #7789 – Description
initial v2 2 2 3 3 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 {{{ 5 5 (function($){ 6 6 $.fn.superfish = function(op){ … … 109 109 }); 110 110 })(jQuery); 111 }}}