studio - course nav: styled dropdown navigation

This commit is contained in:
Brian Talbot
2013-02-06 14:16:49 -05:00
parent b0be1cd3dc
commit 1dae21e969
3 changed files with 115 additions and 89 deletions

View File

@@ -44,7 +44,7 @@ $(document).ready(function() {
$('.nav-dropdown .nav-item .title').click(function(e){
$subnav = $(this).parent().find('.nav-sub');
$subnav = $(this).parent().find('.wrapper-nav-sub');
$title = $(this).parent().find('.title');
e.preventDefault();