$(document).ready(function() { $("select").change(function() { $(this).find("option:selected").each(function() { if ($(this).attr("value") == "class") { $(".box").not(".class_name").hide(); $(".class_name").show(); $(".box").not(".class_name").val(""); } else if ($(this).attr("value") == "ref") { $(".box").not(".ref_id").hide(); $(".ref_id").show(); $(".box").not(".ref_id").val(""); } else { $(".box").hide(); } }); }).change(); });
Select Page

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.