1

When I hold the mouse button I need to call the mouse up event manually(without involving any mouse click). How to do that?

isuru
  • 3,385
  • 4
  • 27
  • 62

1 Answers1

-1

Try this

$('yourElementSelector').trigger('mouseUp');
Aleksandar Matic
  • 789
  • 1
  • 9
  • 21