jQuery 1.4.3+ (for example 1.5) - problems
Permalink
I want to use special cssHooks from jQuery, so i need a higher jQuery Version as installed (1.4.2).
But when i replace /concrete/js/jquery.js with the newer one and add an extra sizzle.js (because of actual use in the jquery.js file) the functionality become buggy.
when i use jQuery 1.5 i could click "edit page" and make the settings, but when i want to save the modal panel, the loader is shown but the panel want hide anymore.
also the "save and exit"-button for the site-changes want work correct.
what can i do?
i need cssHooks for special box-shadow and border-radius animations ^^
But when i replace /concrete/js/jquery.js with the newer one and add an extra sizzle.js (because of actual use in the jquery.js file) the functionality become buggy.
when i use jQuery 1.5 i could click "edit page" and make the settings, but when i want to save the modal panel, the loader is shown but the panel want hide anymore.
also the "save and exit"-button for the site-changes want work correct.
what can i do?
i need cssHooks for special box-shadow and border-radius animations ^^
After loading you could use the newer version like this:
All other code would use the older version with $ and would be compatible. The problem is that you may need to do some core file overrides to get the newer version to load and set the noConflict before the old one loads.