Fix Drupal Admin Panel after installing jQuery Update Module
// October 8th, 2010 // Programming, Web Design, Web Development
If you’re anything like me, then you love the jQuery library. It makes what would be extremely complicated web design tasks simple. Recently I was working on a client’s website based off of the Drupal 6 content management system, which comes prepackaged with jQuery 1.2.6. Normally this would be fine, but we needed to use some of the jQuery UI tools that are only supported in jQuery 1.3.2+. So I downloaded the jQuery Update Module and decided to download the most recent version of jQuery (1.4.2).
This seemed to work without a hitch. However a few days later, I needed to do some resorting of my menus. For some reason, the icons to sort my menus had disappeared. This also happened when trying to sort blocks. I spent a good couple of days diagnosing the problem before I discovered the reason it was happening. Drupal 6 was designed to work with jQuery 1.2.6, not jQuery 1.4.2. While jQuery isn’t all the critical on the front-end of a Drupal site out of the box, it makes up for a good portion of the administrative functionality. I couldn’t revert to the old version of jQuery, because I needed the functionality from the newer version.
(more…)
