We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After applying the function I noticed its adding css inline styles to the container.
<div class="ui-slider-wrapper ui-widget horizontal" style="font-size: 12px; width: 100px;"> .... </div>
Where does those inline css comes from? and how do i control/change them? I am now using !important for now.
!important
The text was updated successfully, but these errors were encountered:
See the notes in the article: http://www.benknowscode.com/2013/01/adding-labelstick-marks-to-jquery-ui_4184.html
Basically, the font and sizing have to match the slider so the tick marks line up properly with the slider handle. The widget controls these settings.
Sorry, something went wrong.
No branches or pull requests
After applying the function I noticed its adding css inline styles to the container.
Where does those inline css comes from? and how do i control/change them? I am now using
!important
for now.The text was updated successfully, but these errors were encountered: