I am trying to call a function after the right click insert parameter. Below is the code I tried, but it does not work for me.
$(document).ready(function(){ $('#textA').on('paste',function(){
What is the best way to trigger an event with a right click?
Sameeraa4ever
source share