0

I have a situation wherein I need to click on one element and then simultaneously trick the browser into receiving or thinking that another element also received a mouse click event.

jQuery pseudo code would be something like this:

$('a#someAnchor').click(function(){
    $('#someDiv').i_too_was_clicked();
});

Thanks in advance!

Rory McCrossan
  • 331,213
  • 40
  • 305
  • 339
TopTomato
  • 587
  • 3
  • 8
  • 23

0 Answers0