Skip to content

How can I adapt and active the Sidebar menu fomantic-ui? #3107

Discussion options

You must be logged in to vote
  1. You are trying to run .sidebar() before semantic.min.js is included, , include semantic.min.js beforehand
  2. Your selector is just copied from the examples page which does not match your above code (.context.example does not exist in your dom tree)

By adjusting those 2 issues, your sidebar works as expected
See https://jsfiddle.net/lubber/r56b3p7z/2/

Replies: 9 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by lubber-de
Comment options

You must be logged in to vote
1 reply
@lubber-de
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@k8004kv
Comment options

Comment options

You must be logged in to vote
2 replies
@lubber-de
Comment options

@k8004kv
Comment options

Comment options

You must be logged in to vote
1 reply
@lubber-de
Comment options

Comment options

You must be logged in to vote
1 reply
@lubber-de
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@k8004kv
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment