Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nelson 94 posts 246 karma points
    Mar 21, 2016 @ 08:57
    Nelson
    0

    Toggle button to show/hide nav menu not working

    Hello guys,

    I started my project with Fanoe starter kit as a base and have been developing most of the document types and other. Now I would like to properly test the toggle button but somehow stopped working. I don't think I changed the code related to the functionality of this button, so I tried the starter kit at http://belle.byte5.net/ but the same feature is not working as well... tried in my iphone and the same happened.

    Does anyone here has a solution for this? Is it something on my browsers?

    Thank you very much

  • Dennis Adolfi 1082 posts 6446 karma points MVP 5x c-trib
    Mar 21, 2016 @ 09:28
    Dennis Adolfi
    0

    Looks like jquery is not defined. enter image description here

    Try to reference jQuery with this CDN:

    <script src="http://code.jquery.com/jquery-1.12.2.min.js">
    

    Hope this helps, let me know if i can be of anymore help.

  • Nelson 94 posts 246 karma points
    Mar 22, 2016 @ 06:58
    Nelson
    0

    Yes that seems to be the problem with that website. However my project continues with the same error, with the jQuery properly working. And I don't get any error with the debugging console.

  • Dennis Adolfi 1082 posts 6446 karma points MVP 5x c-trib
    Mar 22, 2016 @ 07:39
    Dennis Adolfi
    0

    Du you have a demo site running that i could check out?

  • Nelson 94 posts 246 karma points
    Mar 24, 2016 @ 08:34
    Nelson
    100

    Hey Dennis,

    I managed to find out what my problem was. I was defining jquery, but not in the right place, so it wanst working. But now my problem is solved. Anyway, thank you very much for helping me!

  • Dennis Adolfi 1082 posts 6446 karma points MVP 5x c-trib
    Mar 24, 2016 @ 08:43
    Dennis Adolfi
    0

    Awsome, yeah i was just about to suggest to check if you jquery maybe was defined after your custom script, that´s usally the problem with the "jquery is not defined" error message.

    Great to hear that everything is solved for you, have a great day! :)

Please Sign in or register to post replies

Write your reply to:

Draft