Sha256: b5027290c226f9ced680246b7da2f078d4650283d96021442288abd7d7a1f0e3
Contents?: true
Size: 279 Bytes
Versions: 4
Compression:
Stored size: 279 Bytes
Contents
jQuery(document).ready(function(){ //when click on selects, resize the otions container to stretch with the select's size jQuery('.dropdown').bind('click', function() { var divOption=jQuery(this).find('.options'); divOption.width(jQuery(this).width()-15); }); });
Version data entries
4 entries across 4 versions & 1 rubygems