Thanks its works,
                                 <script type="text/javascript"
src="jquery/jquery-latest.js"></script>
                <script type="text/javascript" src="jquery/ui.core.js"></script>
                <script type="text/javascript" src="jquery/ui.draggable.js"></
script>
                <script>
                var $ui = jQuery.noConflict();
                </script>

                <script type="text/javascript" 
src="jquery/jquery-1.1.3.1.pack.js"></
script>
                <script type="text/javascript" src="jquery/
jquery.dimensions.pack.js"></script>
                <script type="text/javascript" 
src="jquery/jquery.cookies.pack.js"></
script>
                <script type="text/javascript" 
src="jquery/jquery.iutil.pack.js"></
script>
                <script type="text/javascript" src="jquery/jquery.idrag.js"></
script>
                <script type="text/javascript" src="jquery/
jquery.grid.columnSizing.js"></script>

                <SCRIPT>
                jQuery.noConflict();

                jQuery(document).ready(function(){
                        jQuery('#mainReportTable').columnSizing({
                                viewResize : false,
                                viewGhost : false,
                                selectCells : "tr:first>*"
                        }).end();

                        $ui("#msr2Td").draggable();
                });
                </SCRIPT>



On Sep 21, 5:29 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]>
wrote:
> 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,PawanJadhav <[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- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to