Guest User

Untitled

a guest
Jul 16th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function(){
  2.   play1();
  3.   // With the following call the function play1() seems to be called twice even though I haven't clicked on the element.
  4.   $('#sip_ele_17').click(play1());  // Works fine without this call.
  5. });
Add Comment
Please, Sign In to add comment