Matthew Ager
Results
2
comments of
Matthew Ager
@Bhoft, I got around the initial issue with tick label positioning (which also occurs in a Bootstrap nav-tab which is not active on page load) by calling ``` $("input.slider").bootstrapSlider('refresh'); ```...
Just ran across the same issue. The following is inspired by [this](http://stackoverflow.com/a/5850503/1542367) and using Ruby 1.9.3 and Rails 3.2.13 - not sure therefore if it is of any help to...