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!