Closed dageddy closed 8 years ago
Hi dageddy,
Thanks for the warning, I've updated the jQuery version and this issue is now present.
I will fix it to $('a[href*="#"]:not([href="#"])') asap.
Samuel Ribeiro Pinto
2016-01-20 0:37 GMT+00:00 dageddy notifications@github.com:
Encountering this message: Syntax error, unrecognized expression: a[href*=#]:not([href=#])
It refers to mainjs: $('#navbar-collapsible li') on('activatebsscrollspy', scrollspy) find('a[href*=#]:not([href=#])') click(hrefClick);
I'm seeing this in IE11 on a 64-bit Win7 machine
— Reply to this email directly or view it on GitHub https://github.com/saribe/eModal/issues/28.
Encountering this message: Syntax error, unrecognized expression: a[href*=#]:not([href=#])
It refers to main.js: $('#navbar-collapsible li') .on('activate.bs.scrollspy', scrollspy) .find('a[href*=#]:not([href=#])') .click(hrefClick);
I'm seeing this in IE11 on a 64-bit Win7 machine