saribe / eModal

Easy Modal for bootstrap, is a simple way to create modal dialogs using javascript.
http://saribe.github.io/eModal
271 stars 97 forks source link

Unrecognised expression in main.js #28

Closed dageddy closed 8 years ago

dageddy commented 8 years ago

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

saribe commented 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.