Is it possible for the eventClick to happen on a double click rather than a single click? I know of ways in which I can do this but is there an elegant way of doing this using this plugin without changing the core?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, it is possible. You should modify the plugin. You need to modify the event handlers such as:
You can add in the same way more events. Here you can find the list of events that comes with jQuery. For right click and some other event there are plugings.