/* * Copyright (c) 2012 Mike King @micjamking (http://dev.85pixels.com) * * jQuery Menutron plugin * Version 1.0 (March 2012) * * Licensed under the MIT License */ (function($){ $.fn.menutron = function(options) { var defaults = { maxScreenWidth: 600, menuTitle: 'Choose...' }; var options = $.extend(defaults, options); return this.each(function() { var menu = $(this).children(); var selectMenu = $('