jQuery(function(){ jQuery('#animatedialog-options-table').on("change", "#framework-style", function() { var style = jQuery(this).val(); jQuery('#animatedialog-sandbox section').remove(); jQuery('#animatedialog-sandbox').prepend('
'); }); jQuery('#animatedialog-sandbox').on( "click", "button", function() { jQuery('#animatedialog-options-table #framework-style').change(); }); });