jQuery UI Widgets Forums Navigation Menu, Context Menu ASP.NET Integration

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • ASP.NET Integration #3767

    Jayalakshmi
    Member

    Hi Peter,

    Thanks for your prompt reply to my post on jqxmenu themes (14 April). That works fine. I’m now trying to integrate the jqxmenu on an ASP.NET master page but it fails to display because the $ in the script (shown below) is ‘undefined’.

    $(document).ready(function () {
    var theme = ”;
    // Create a jqxMenu
    $(“#jqxMenu”).jqxMenu({ width: ‘680’, height: ’30px’, theme: ‘shinyblack’ });
    $(“#jqxMenu”).jqxMenu({ showTopLevelArrows: true });
    });

    I’m sure I’ve made a simple error. Any idea how I can correct this?

    Jayalakshmi

    ASP.NET Integration #3780

    Peter Stoev
    Keymaster

    Hi Jayalakshmi,

    If the $ in the script is undefined, this means that the jQuery Framework is not loaded, i.e there’s missing reference in your code to jquery-1.7.1.min.js or some other version of jQuery.

    Hope this helps.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.