You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use the folder name selectors/a[href=#backup] it works fine. But if I use the contain operator selectors/a[href*=#backup], it throws an exception.
selectors/a[href=#backup]/click.js is just a dummy function.
jquery.evently.js line 159
TypeError: Result of expression 'h'[null] is not an object
The text was updated successfully, but these errors were encountered:
I have a simple couchapp + evently that works fine on firefox browser but throw error on both iPhone and desktop safari browser.
The repro include a link: backup.
If I use the folder name selectors/a[href=#backup] it works fine. But if I use the contain operator selectors/a[href*=#backup], it throws an exception.
selectors/a[href=#backup]/click.js is just a dummy function.
jquery.evently.js line 159
TypeError: Result of expression 'h'[null] is not an object
The text was updated successfully, but these errors were encountered: