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