Modifiing style from javascript in jQuery...
Hello,
I am new to jQuery and JavaScript, somewhat.
I am using the noUISlider and need to change some of the styles via JavaScript.
The CSS is declared as:
.noUi-horizontal .noUi-handle {
width: 34px;
height: 28px;
left: -17px;
top: -6px;
I am need to change the width and height and I have not been able to figure it out.
How would I access and change it via jQuery?
I have other code like:
$('#slider1').noUiSlider_pips({
mode: 'count',
values: 3,
density: 4
});
that works. Not sure how that ties to the CSS. The names are.... confusing.
Thanks,
Mark