Guest User

Untitled

a guest
Jan 23rd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. $('.programme-button').on('click',function() {
  2. document.addEventListener("touchmove", function(event){
  3. event.preventDefault();
  4. });
  5. var programmePopup = document.getElementsByClassName('programme-popup')[0]
  6. console.log(programmePopup)
  7. programmePopup.addEventListener('touchmove', function(event){
  8. event.stopPropagation();
  9. });
  10. })
Add Comment
Please, Sign In to add comment