Answer the question
In order to leave comments, you need to log in
How to simulate a click with jQuery?
Click simulation does not work. It is necessary that by clicking on the first block, an imitation of a click on the second block occurs
Code https://jsfiddle.net/pxhjLsgq/9/
Answer the question
In order to leave comments, you need to log in
$('#id').click(function(){
return false;
})
$('#id').trigger('click');
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question