Disable copy/paste and zoom when pressing jQuery button

Disable copy/paste and zoom when pressing jQuery button

BY 25 Jul 2013 Web Application Development

In jQuery, when pressing and holding a button (or any text for that matter) a box will appear with a zoom on the text and after releasing the button there appears also a menu with copy/paste options for the text.

What is the easiest way, with the least amount of coding, to stop this from happening and just have the button respond to click events?

Thank you for your help.

Written by