Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $(window).load(function(){
  2. if ($.cookie("cookie_deal"+deal_id) == null) {
  3. $.cookie('cookie_deal"+deal_id, 'yes', { expires: 720, path: '/' }); // only show modal once per deal
  4. $("a.modal:first").trigger("click");
  5. }
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement