jQWidgets Forums

jQuery UI Widgets Forums Grid Incorrect

Tagged: ,

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 9 years, 10 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Incorrect Posts
  • Incorrect #74595

    mailstoakhil
    Participant

    hi i am trying to create a mobile website in which i a using both jquery.mobile-1.0rc1 an jqgrid(jquery-1.11.0.min.js). but unfortunately the two jquery references cannot be used on the same page as it gives some error like 'Uncaught TypeError: Cannot read property 'jgrid' of undefined'.Any fix for that??please help me with a solution.

    my reference is like:

    <link rel="stylesheet" href="css/jquery.mobile-1.0rc1.min.css" />
    <link rel="stylesheet" href="css/styles.css" />
    
    <script src="js/jquery.js"></script>
    <script src="js/jquery.mobile-1.0rc1.min.js"></script>
    <script src="jqm.autoComplete-1.5.2-min.js"></script>
    <script type="text/javascript" src="js/login.js"></script>
    
    <script type="text/ecmascript" src="js/jquery.jqGrid.min.js"></script>
    <script type="text/ecmascript" src="js/grid.locale-en.js"></script>
    <script type="text/ecmascript" src="jquery-1.11.0.min.js"></script> 
    <link rel="stylesheet" type="text/css" media="screen" href="js/jquery-ui.css" />
    <link rel="stylesheet" type="text/css" media="screen" href="js/ui.jqgrid.css" />
    <link rel="stylesheet" type="text/css" media="screen" href="js/ui.jqgrid-bootstrap-ui.css" />
    <link rel="stylesheet" type="text/css" media="screen" href="js/ui.jqgrid-bootstrap.css" />
    Incorrect #74598

    Peter Stoev
    Keymaster

    Dear mailstoakhil,

    You don’t even refer to jQWidgets in your code. For what kind of conflict are you writing about?

    Regards,
    Peter Stoev

    Incorrect #74599

    mailstoakhil
    Participant

    hi Peter Stoev,

    sorry for my mistake.actually i had given the edited code with my question.but when i remove the following reference i could get my webapage as it is,only problem is that grid cannot be viewed.

    <script type="text/ecmascript" src="jquery-1.11.0.min.js"></script>

    but when including this one,i cant even view the page itself.it gives me error i mentioned.sorry if i have made reference wrong,as i said i am newbee to jquery.

    Incorrect #74605

    Peter Stoev
    Keymaster

    Hi mailstoakhil,

    Your question is not about our widgets and our product. If this is jQuery related issue, then I suggest you to write in the jQuery’s Forum.

    Regards,
    Peter Stoev

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.