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.

Reply To: TypeError: this.$firstLink is null

Home Forums Older releases 0.9.x TypeError: this.$firstLink is null Reply To: TypeError: this.$firstLink is null

#2325
max
Participant

Dear Admin: I spent hours on the debugger to fix my problem. Finally, I started searching for a better jquery-based drop down menu system.

I COULD NOT FIND one as nice as yours. But I was going to switch.

you were right. My problem was so simple.

here’s the code I had wrong:


<li><a>ITC/context_tile.jsf?menu=show>Slide Show</a>
   <ul>
       <li><a href="#">Manage slide show</a></li>
           <ul>
                <li><a href="stuff">...</a></li>
          </ul>
      </li>
   </ul>
</li>

I add an extra <li>.

I would of never guessed the problem was so simple. Ended up that IE processed the menu find. Firefox did not.

Thank you so much. I’m glad to be back in the “SmartMenu” fold.