evently
evently copied to clipboard
evently exception on safari browser
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