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

Leave a review

exclamation-circle chosen.jquery.js stripped out by JQueryEasy plugin

More
11 years 5 months ago #1306 by tommyfiddler
Hello,
When trying to use the harvesthq.github.com/chosen/ jquery plugin I noticed that the javascript file get filtered out by jqueryeasy plugin.

The reason is that the chosen plugin file is chosen.jquery.min.js (or chosen.jquery.js) and the JQueryEasy plugin filter it out (Look at jqueryeasy.php line 532) because it think that this is a version of jquery.

As a workaround I am going to change the name of the file, but maybe there is another option as I lost quite a while looking for this issue.

p.s. Thanks for the JQueryEasy plugin, its great !

-Tom

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

More
11 years 5 months ago #1307 by admin
Hi Tom,
you can use a workaround... The plugin does think that the file chosen.jquery.js is a jQuery library and honestly, I need to keep the plugin this way or it will start misbehaving for others and stop removing the jQuery libraries that need to be removed.
In you case, I would just add that 'chosen...' library to the field 'Add script' in the advanced options. It will add the script after having removed it... Not perfect, but it will work and you won't have to change any name.

Olivier.

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

More
11 years 5 months ago #1308 by admin
And it will put the library at the right place...

Olivier.

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