Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jquery Latest #67

Open
MuhammadEid opened this issue Sep 26, 2016 · 3 comments
Open

Jquery Latest #67

MuhammadEid opened this issue Sep 26, 2016 · 3 comments

Comments

@MuhammadEid
Copy link

Hi. any update for latest jquery beacause we working with latest bootstrap jquery file

thanks waiting your replay

BR.

@drummerdox
Copy link

I have error like $.browser is undefined when switch project to jquery 2.2.4. And I solve error with this code to use latest jquery and filtrify.
//$.browser is undefined fix for filtrify js jQuery.browser = {}; jQuery.browser.mozilla=/mozilla/.test(navigator.userAgent.toLowerCase())&&!/webkit/.test(navigator.userAgent.toLowerCase()); jQuery.browser.webkit=/webkit/.test(navigator.userAgent.toLowerCase()); jQuery.browser.opera=/opera/.test(navigator.userAgent.toLowerCase()); jQuery.browser.msie=/msie/.test(navigator.userAgent.toLowerCase());

@ghost
Copy link

ghost commented Oct 27, 2017

@drummerdox thank yo so much. after adding these codes to the end of page, inside <script></script> tags, that works. after "for filtrify js" words, there should be new lines like this:

jQuery.browser = {};
jQuery.browser.mozilla=/mozilla/.test(navigator.userAgent.toLowerCase())&&!/webkit/.test(navigator.userAgent.toLowerCase());
jQuery.browser.webkit=/webkit/.test(navigator.userAgent.toLowerCase());
jQuery.browser.opera=/opera/.test(navigator.userAgent.toLowerCase());
jQuery.browser.msie=/msie/.test(navigator.userAgent.toLowerCase());

@kofiopoku
Copy link

@drummerdox exactly where do I put place your code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants