You could look at the old Interface library for that, but I can't really recommend that.
Its possible to load multiple versions of jQuery on one page at once: http://docs.jquery.com/Using_jQuery_with_Other_Libraries In this case, you'd load a current version of jQuery, then the UI drag and drop plugins, then 1.1.3 and the column resize plugin. All jQuery UI plugin reference the jQuery variable just once, so you can change it after they have been loaded. Jörn On Sun, Sep 21, 2008 at 7:49 AM, Pawan Jadhav <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using JQuery 1.1.3 with one Column Resize pluggin. > > I want to use JQuery UI Drag And Drop Plugin also but UI plugin which > i download doesnot work with JQuery 1.1.3. > > Where i can get Drag Drop Plugin supporting JQuery 1.1.3. > > Thanks, > Pawan > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
