Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file jquery deprecated notice

More
8 years 2 months ago #4452 by french150
jquery deprecated notice was created by french150
Hi. I noticed on firebug and Chrome inspection too the notice "JQMIGRATE: jQuery.browser is deprecated". I don't know hot to configure in the correct way the Jquery easy plugin. Maybe you can help me please.
Waiting for your reply.

Best regards

Please Log in or Create an account to join the conversation.

More
8 years 2 months ago #4453 by syw
Replied by syw on topic jquery deprecated notice
Hello,

the notice you are getting is coming from the Migrate library and usually is visible when libraries are not minified.

It actually tells you that one of the scripts on the page contains a jQuery deprecated piece of code. Migrate, alongside jQuery (versions over 1.9), fixes issues like this on top of warning you about them.

If you are not the developer of the script that causes that message, you can just ignore it as long as you have Migrate and jQuery loaded on your page.

Just use the option to minify the libraries (one of the last basic options in the jQuery Easy plugin) and the warning will be gone and your page will load faster.

Olivier.

Please Log in or Create an account to join the conversation.

More
8 years 2 months ago #4454 by french150
Replied by french150 on topic jquery deprecated notice
Please could you tell me if my settings are correct?

I don't know if i have to set Jquery more than 1.9 version and which subversion i have to set.

Thanks

Best regards

Attachments:

Please Log in or Create an account to join the conversation.

More
8 years 2 months ago #4455 by syw
Replied by syw on topic jquery deprecated notice
Well, it depends on what versions were initially loaded on your site.
I cannot really tell you what is best for your site without seeing it.
Check the source code of your page, 'click' on the jQuery libraries you can see on the page (before the jQuery Easy is enabled). Usually you can find the version used at the beginning of the jQuery .js file.
Take the highest version used and plug than in jQuery Easy.
Do not use jQuery UI if you don't have it on the page before enabling the plugin.
Do not select the 'base' theme, it is not available for the latest versions of jQuery UI anymore.

Olivier.

Please Log in or Create an account to join the conversation.

More
8 years 2 months ago #4456 by french150
Replied by french150 on topic jquery deprecated notice
do you say to click on each of the link below?


<script src="/media/jui/js/jquery.min.js" type="text/javascript"></script>
<script src="/media/jui/js/jquery-migrate.min.js" type="text/javascript"></script>
<script src="/media/jui/js/jquery-noconflict.js" type="text/javascript"></script>
<script src="/media/jui/js/jquery.ui.core.min.js" t

Please Log in or Create an account to join the conversation.

More
8 years 2 months ago - 8 years 2 months ago #4457 by syw
Replied by syw on topic jquery deprecated notice
Yes, just jquery.min.js :-)

Olivier.
Last edit: 8 years 2 months ago by syw.

Please Log in or Create an account to join the conversation.