Sha256: ad8605cc167299d220371226d4849e6c7d60b6afa1d329acc0ef19e83dfe1e85
Contents?: true
Size: 534 Bytes
Versions: 1
Compression:
Stored size: 534 Bytes
Contents
// Select2 // ----------------------------------- (function(window, document, $, undefined){ $(function(){ if ( !$.fn.select2 ) return; // Select 2 $('#select2-1').select2({ theme: 'bootstrap' }); $('#select2-2').select2({ theme: 'bootstrap' }); $('#select2-3').select2({ theme: 'bootstrap' }); $('#select2-4').select2({ placeholder: 'Select a state', allowClear: true, theme: 'bootstrap' }); }); })(window, document, window.jQuery);
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radius-rails-3.1.4 | app/assets/javascripts/radius-theme/modules/select2.js |