/* Custom-Countdown v1.0.0 Copyright (c) Ahmad Hussnain MIT License */ (function(a,e,f,g){function c(b,c){this.element=b;this.settings=a.extend({},d,c);this._defaults=d;this._name="ResizeSelect";this.init()}var d={};a.extend(c.prototype,{init:function(){this.stubSelect()},stubSelect:function(){a("#compute-option").html(a("#select-category option:selected").text());a("#select-category").width(a("#compute-select").width());a(this.element).each(function(){a(this).change(function(){var b=a(this);a("#compute-option").html(b.find("option:selected").text());b.width(a("#compute-select").width())}).change()})}}); a.fn.ResizeSelect=function(b){return this.each(function(){a.data(this,"plugin_ResizeSelect")||a.data(this,"plugin_ResizeSelect",new c(this,b))})}})(jQuery,window,document);