Advertisement
Guest User

Untitled

a guest
Apr 21st, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if($('.13').is(':checked')) {
  2. var dddd = $('input:radio[class="13"]:checked').val();
  3. $('.image-radio :input').filter(function(){return this.value==dddd}).click();
  4. }
  5.  
  6. if($('.15 option:selected')) {
  7. var dafs = $('.15 option:selected').val();
  8. $(".115").val(dafs);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement