Table row not clickable on iPad

Hey everyone,

I have a table on my page and when I click a row…the following line of code
will work to execute some code. My problem is that this “click” does not work on mobile
devices like the ipad.

    $(document).on('click', '.lessons-row', function(){
     ....
     }

Any way around this?
thanks!

SOLVED

There seems to be another jquery event Im running on the page that made the page froze up on mobile devices

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.