File "generator-single-elements.min.js"
Full Path: /home/humancap/cl.humancap.com.my/generator/generator-assets/javascripts/generator-single-elements.min.js
File size: 724 bytes
MIME-type: text/plain
Charset: utf-8
$(document).ready((function(){$("input[name^=build_list]").on("ifChanged",(function(i){$("#list-options").slideToggle()})),$("input[name^=build_vertical_list]").on("ifChanged",(function(i){$("#vertical-list-options").slideToggle()})),$("input[name^=build_add_form]").on("ifChanged",(function(i){$("#add-form-options").slideToggle()})),$("input[name^=build_update_form]").on("ifChanged",(function(i){$("#update-form-options").slideToggle()})),$("input[name^=build_dependant_select]").on("ifChanged",(function(i){$("#dependant-select-options").slideToggle()})),$("#list-options").hide(),$("#vertical-list-options").hide(),$("#add-form-options").hide(),$("#update-form-options").hide(),$("#dependant-select-options").hide()}));