there is a jquery.pep.js script how to add it to the 'left click' button of the mouse, who can help? Well, respectively, how to tie it to the event?

  • element.addEventListener('click', function () {... - will add the event 'left click' on element - Sergey
  • I hope this is what you need. - Sergey

0