~critecia/critecia/trunk

« back to all changes in this revision

Viewing changes to src/app/webroot/js/dropdownmenu.js

  • Committer: Christian A. Reiter
  • Date: 2011-11-18 05:43:47 UTC
  • Revision ID: christian.a.reiter@gmail.com-20111118054347-ncv1ixn88oe7wi3x
css fixes&improvements for dropdown menu

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
                $(this).parent().hover(function(){}, function(){  
15
15
                        //When the mouse hovers out of the subnav, move it back up  
16
 
                        $(this).parent().find("ul.subnav").hide(); 
 
16
//                      $(this).parent().find("ul.subnav").hide(); 
17
17
                });  
18
18
 
19
19
        //the following events are applied to the trigger (hover events for the trigger)