Guest User

Untitled

a guest
May 9th, 2019
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.             $('#submit ').on('click',function(e){
  2.                 if ( true != $('#wp-comment-cookies-consent').is(":checked") ) {
  3.                     alert('You must agree with Privacy Policy.');
  4.                     e.preventDefault();
  5.                 }
  6.             });
Advertisement
Add Comment
Please, Sign In to add comment