Guest User

Untitled

a guest
Jun 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <select id="Grouping_662066" class="productSelectInput" name="AddToCart_Grouping" onchange="DrawProduct(36331,662066,this.value,'',true);">
  2. </select>
  3.  
  4. var example = $('#some-id');
  5.  
  6. $(example).mousedown(function() {
  7. $(this).css('width','400px');
  8. });
  9. $(example).blur(function({
  10. $(this).css('width','200px');
  11. });
  12. $(example).change(function() {
  13. $(this).css('width','200px');
  14. });
Add Comment
Please, Sign In to add comment