How can I change the size of an input select using Jquery Uniform?
http://uniformjs.com
<script>
$('div.selector span', $('#parent_span')).css('width', '600px');
$('div.selector', $('#parent_span')).css('width', '630px');
</script>
<span id="parent_span">
<select style="width:630px;">
</select>
</span>
Change width for div.selector span
using CSS, but you 'll have to consider width of parent tag too.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With