Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. jQuery(document).ready(function($){
  2. $('.content').live('mouseover', function() { // When hovering over any element with the '.content' class - change as you require
  3. $('.manual-optin-trigger[data-optin-slug=u6mkwuqm0xf6g94d]').trigger('click'); // Change 'u6mkwuqm0xf6g94d' to match your specific optin slug
  4. });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement