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.

Uncaught TypeError property 'css'

Home Forums Older releases 1.0.x + Bootstrap addon Uncaught TypeError property 'css'

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #3535
    blobula
    Participant

    Hello,

    I’ve recently tried using the smartmenus code and I’m running up against the following issue.

    jquery.smartmenus.js:424
    Uncaught TypeError: Cannot read property ‘css’ of null
    at $.SmartMenus.isCSSOn (jquery.smartmenus.js:424)
    at $.SmartMenus.handleEvents (jquery.smartmenus.js:415)
    at $.SmartMenus.handleItemEvents (jquery.smartmenus.js:418)
    at $.SmartMenus.itemBlur (jquery.smartmenus.js:471)
    at HTMLAnchorElement.i (jquery.min.js:3)
    at HTMLUListElement.dispatch (jquery.min.js:3)
    at HTMLUListElement.v.handle (jquery.min.js:3)
    at Object.trigger (jquery.min.js:3)
    at Object.simulate (jquery.min.js:3)
    at HTMLDocument.r (jquery.min.js:4)

    In addition to the jquery and bootstrap files i have on my site I’ve included the following files.

    <script type=”text/javascript” src=”/Lib/Navigation/smartmenu/jquery.smartmenus.js”></script>
    <script type=”text/javascript” src=”/Lib/Navigation/smartmenu/jquery.smartmenus.bootstrap.js”></script>
    <link rel=”stylesheet” type=”text/css” id=”smartmenu” media=”screen” href=”/Lib/Navigation/smartmenu/jquery.smartmenus.bootstrap.css” />

    Any idea why this error is happening? It happens when I hover or click on any menu item.

    Thank you!

Viewing 1 post (of 1 total)
  • The forum ‘1.0.x + Bootstrap addon’ is closed to new topics and replies.