Advertisement
VladislavNechepaev

Untitled

Feb 25th, 2021
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery("input[type=\"submit\"]").each((index, elem) => {
  2.         elem.onclick = function(e){
  3.         if (!capacityCheckMain || !capacityCheckAdditional) {
  4.             e.stopImmediatePropagation()
  5.             e.preventDefault()
  6.               alert("Please check the capactiy for selected dates")                     //поменять нотифай если нужно!//
  7.           }
  8.         }
  9.       })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement