I have a link: <ul id="titleee" class="gallery"> <li> <a href="#inline" rel="prettyPhoto">Talent</a> </li> </ul> and I am trying to trigger it by using: $(document).ready(function() { $('#titleee').find('a').trigger('click'); }); But it doesn’t...
  • May 18, 2022
  • 0 Comments
I have attached an event to a text box using addEventListener. It works fine. My problem arose when I wanted to trigger the event programmatically from another function. How...
  • April 29, 2022
  • 0 Comments