/** * jQuery Mobile Menu * Turn unordered list menu into dropdown select menu * version 1.1(27-JULY-2013) * * Built on top of the jQuery library * http://jquery.com * * Documentation * http://github.com/mambows/mobilemenu */ !function(e){e.fn.mobileMenu=function(s){var a={defaultText:"Navigate to...",className:"select-menu",subMenuClass:"sub-menu",subMenuDash:"–"},n=e.extend(a,s),t=e(this) return this.each(function(){var s,a=e(this) a.find("ul").addClass(n.subMenuClass) var s=e("