~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-16 20:38:26 UTC
  • Revision ID: christian.a.reiter@gmail.com-20111116203826-es1hd29byd7ga6j1
some dropdown menu fixes

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)