Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $(document).ready(function(){
  2. $('#iframe').load(function(){
  3. $('#iframe').contents().find('.step-2').css('display','block');
  4. $('#iframe').contents().find('#submit-button').click();
  5.  
  6. });
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement