Search code examples
jqueryipadmobile-safari

jQuery trigger click mobile Safari (iPad)


I have stumbled upon a bug in Safari on iPad.

$('#next_proj a').trigger('click');

.. does not seems to click on the actual link.

Any clues?


Solution

  • It may not be a bug. My guess is that they did not want to allow javascript emulated user clicks.