I have a page which contains a jQuery-UI horizontal slider, created using a little function, inside a div
which can be displayed / hidden by clicking on it's title, using $.toggle()
.
Problem is, once the div
is hidden, when it is expanded the slider is gone.
A simplified demo of the problem can be seen here: http://arr.gr/jquery-issue.html (file contains all relevant source code) - when clicking the "Advanced Options" title to hide and then show the div
, the slider is no longer there.
Any suggestions on how to work around this?