Guest User

Untitled

a guest
Jan 22nd, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $('input[type="radio"]').click(function(e) {
  2. e.preventDefault();
  3. if (this.checked = true) {
  4. $('.advance_form').animate({
  5. left: '+=350',
  6.  
  7. });
  8. }
  9. if(this.checked = false) {
  10.  
  11. }
  12.  
  13. })
Add Comment
Please, Sign In to add comment