show-hide based on select option jquery wordpress
WordPress runs jQuery in noConflict mode. This means that you have either have to use jQuery instead of $ or you can wrap the code: jQuery(function($) { //jQuery code }); The code at http://jsfiddle.net/FvMYz/3898/ should work and uses the noConflict mode of jQuery. See http://jsfiddle.net/FvMYz/3897/ for a wrapped version that allows you to use $. … Read more