Currently, I have incorporated the Bootstrap slider into a webpage that features two sliders on a single page. The range of the second slider depends on the value of the first one. It is crucial for me to be able to update the range of the second slider after it has been initially set during page load.
While I have successfully managed to create and set the slider, updating it has proven to be more challenging. For reference, please review example 2 on this particular page. Is there a way to dynamically alter the slider range using jQuery or Javascript?