How to update values in Jquery range slider
问题 I'm using jquery range slider. I have an ajax call and I set the slider values in that ajax call. The code is as follows: $.ajax({ type: "POST", url: '/api/get-prices/', data: JSON.stringify(filters), contentType: "application/json", beforeSend: function (xhr, settings) { let csrftoken = getCookie('csrftoken'); if (!csrfSafeMethod(settings.type) && !this.crossDomain) { xhr.setRequestHeader("X-CSRFToken", csrftoken); } }, success: function (response) { let min_price = parseInt(_.min(response[