Sha256: 19869926e05a0733ac87a4c56a3d383bb708811d528a5dc83d00ead3cfd9884c
Contents?: true
Size: 420 Bytes
Versions: 33
Compression:
Stored size: 420 Bytes
Contents
/* combobox */ (function($) { $.fn.hjq_combobox = function(annotations) { var select = this.find('select'); if(!select.attr('disabled')) { var options = this.hjq('getOptions', annotations); options.selected = options.selected || function(event, ui) { $(this).trigger('change'); } select.combobox(options); } } })( jQuery );
Version data entries
33 entries across 33 versions & 1 rubygems