/** * Create a select list from the menu * Credits: http://bit.ly/ultoselect */ (function($) { $(function() { if (!$('body').hasClass('advanced-menu')) { return false; } var $select = $('