Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

using two jquery frameworks

Tags:

jquery

I'm using the jquery 1.2.6 with the seperate jquery tabs framework. I also need to use the 1.3.2 jquery sortable & resizable. I need to make those two to work.

how do i manage these two frameworks?

like image 824
Martin Ongtangco Avatar asked Aug 28 '26 06:08

Martin Ongtangco


1 Answers

You are much much better off bringing everything on the same platform (and unless there's a reason, why not jQuery 1.4.2 and jQuery UI 1.8.1?).

Most likely upgrading any plugins that are currently keeping you on 1.2.6 isn't that difficult, if there's any work to do at all...trust me, it's a lot less work than debugging issues from 2 versions of jQuery trying to battle it out...it's just not designed to do this.

like image 148
Nick Craver Avatar answered Aug 30 '26 20:08

Nick Craver