Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

error: dataSM

Home Forums Older releases 1.0.x error: dataSM

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3123
    robotchips
    Participant

    Hi,

    In your latest script. Im getting an error in the console:

    Uncaught TypeError: Cannot read property “dataSM” of undefined

    line: 642
    menuHideSubMenus: function(level) {
    for (var i = this.activatedItems.length – 1; i >= level; i–) {
    var $sub = this.activatedItems[i].dataSM(‘sub’);
    if ($sub) {
    this.menuHide($sub);
    }
    }
    },

    any ideas why this is coming up now?

    Thank you!

    #3124
    robotchips
    Participant

    This actually occured when upgrading from beta .9

    Utilizing jquery.smartmenus.bootstrap.js as well.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘1.0.x’ is closed to new topics and replies.