Title: find element within panel as a options variable. Post by: devnull on May 20, 2020, 09:38:15 PM I am trying to find a hidden input in the panel and assign it as one of the options vars: Code: $('#clsfilt').panel({ But this of course does not work, how can I do this ? Thanks Title: Re: find element within panel as a options variable. Post by: jarry on May 30, 2020, 06:48:29 AM Please call this code instead.
Code: $('#p').panel({ |