You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$(document).ready(function(){jplist.init();let$btn=$('#filter-date-btn')[0];$btn.setAttribute('data-min',1585692001)$btn.setAttribute('data-max',1585692002)jplist.refresh()$btn.click();/* I ALSO TRIED THIS $btn.dispatchEvent(new MouseEvent("click", { bubbles: true, cancelable: true, view: window }))*/});
The text was updated successfully, but these errors were encountered:
Thank you for your great effort,
I am trying to update data-min and data-max for buttons-range-filter using javascript, But the jplist is filtering with old values
html
The text was updated successfully, but these errors were encountered: