Guest User

Untitled

a guest
Mar 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. jQuery(document).ready(function(){
  2. //for swatches1
  3. var swatchLength = $('.swatch-attribute').length;
  4. if(swatchLength >= 1){
  5. if($('.swatch-attribute').hasClass("size")){
  6. $('.swatch-option').first().trigger('click');
  7. }
  8. }
  9. });
Add Comment
Please, Sign In to add comment