I'm trying to figure out the best way to implement an AJAX-y slider on the control panel of a WordPress widget. Because the sidebar admin itself is AJAX, I want to make sure that my solution doesn't conflict with what's already in place. The goal of the slider is to default to basic options but allow the user to opt-in to advanced options. The way to do this w/o AJAX is to have the user select an option, hit save on the widget, hit save on the sidebar, and then reload the widget (too many options, IMO).
Any ideas? Thanks!