jQWidgets Forums

jQuery UI Widgets Forums Navigation Menu, Context Menu Problem with jqxMenu

This topic contains 3 replies, has 2 voices, and was last updated by  arFood 12 years, 9 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Problem with jqxMenu #6446

    alexlilov
    Member

    First time using jqxMenu. Following the documentation I get a jscript error :

    Object doesn’t support property or method ‘jqxMenu’ . The Implementation in my partial view (MVC 3 razor) is as described in the documentation part of the tutorial. I’m using the jquery-1.7.2.min.js – lib

    $(document).ready(function () {
    // Create a jqxMenu
    $(“#jqxMenu”).jqxMenu({ width: ‘300’, height: ’30’, mode:’horizontal’});

    });

    Are there any know issues?
    Any suggestion please.
    Thank you in advance

    Alex

    Problem with jqxMenu #6447

    alexlilov
    Member

    The problem was solved: bad reference to the jqxcore and jqxmenu.
    Is working fine!!!!
    thanks

    Problem with jqxMenu #6951

    arFood
    Member

    I have the same problem!
    May I ask how did you fix the problem?
    Thanks

    Problem with jqxMenu #6966

    arFood
    Member

    Solved!
    The default template of ASP.NET includes an older version of jquery.js which overrides jquery 1.7.2 necessary for jqWidgets.
    Should delete the line near the end:
    @Scripts.Render(“~/bundles/jquery”)

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

You must be logged in to reply to this topic.