I have a page with dynamically generated sliders. The sliders appear, but they're not styled properly.
The problem, I believe, is that the elements are being added to the DOM after the page load.. so the new elements aren't being styled.
I tried a $('.slider').slider("refresh"), but I get this error:
Uncaught Error: cannot call methods on slider prior to initialization; attempted to call method 'refresh'
So I tried $('slider').slider() which is a step in the right direction, but still wrong. When I do that, it displays both the non-styled slider AND the styled slider. Not good.
Any idea how I can get the slider to style correctly on page load from within the Appery.io tool?
Also, perhaps this a separate issue, when the sliders DO appear, it's just the slider. The value of the slider does not display. Is this a related issue or a separate issue?
Thank you very much!