J Query listnav With Custom Scroll Bar

Add this Line

// click handler for letters: shows/hides relevant LI's
               $('a', $letters).bind(clickEventType, function (e) {
                    $list = $('your selector');  //add this line
                    $list = $list.find('.mCSB_container'); // add this line
                    e.preventDefault();
                    var $this = $(this),

Comments

Post a Comment

Popular posts from this blog

Scroll After Fixed Navigation

Bootstrap CSS Customize with SCSS CSS