Guest User

Untitled

a guest
Apr 25th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $("#promoImg").cycle({
  2. $('#promoItem01').click(function (){
  3. $("eq(2)").trigger('click');
  4. alert ('adada');
  5. return false;
  6. });
  7. });
  8.  
  9.  
  10. /* Error:
  11. missing : after property id
  12. index.html#
  13. Line 15
  14. */
Add Comment
Please, Sign In to add comment