Closed dmautz1 closed 10 years ago
I updated application.js with a different order with no success:
//= require jquery
//= require jquery_ujs
//= require turbolinks
//= require semantic-ui
//= require_tree .
Apparently the documentation for Semantic isn't very complete. For the tabs, I found that you have to have an additional jquery plugin: http://www.asual.com/jquery/address/
You also have to initialize the tabs individually: $('#menu .item').tab();
None of this was in any documentation. The only place I found any mention is in this issue: https://github.com/nd0ut/semantic-ui-rails/issues/12
Semantic is very cool but not complete enough. I don't have this amount of time to spend getting things working. I'll be using bootstrap until it is more ready.
None of the UI js is working despite when view source all of it is included. I get no errors in console either. All of the CSS works just fine.
I'm trying the example for tabbed menu found here http://semantic-ui.com/introduction/overview.html
Here's my gemfile:
application.js:
application.css.scss:
I'm guessing I'm just doing something stupidly wrong.