How to make slider presets – Reloaded
-
https://cff.dwbooster.com/documentation#assign-slider-value-programmatically
“..includes instructions about how to assign values to the slider controls programmaticaly.”
and work great. Thank you !! but, at the same time, I need to modify max prop. of the same slider.
—————–
From your T&T:<SCRIPT>
function setSliderValue( clss, value )
{
var id = fbuilderjQuery(‘.’+clss+’ input’).attr( ‘id’ );
var fId = id.match(/_\d+$/);
fbuilderjQuery.fbuilder.forms[fId].getItem(id).setVal(value);
}
</SCRIPT>Thank you again!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to make slider presets – Reloaded’ is closed to new replies.