I\'m trying to do is hiding/showing a certain input object if a select value is checked.
Code in JSFiddle
The HTML part of the code is here:
<
You can use css to hide it initially
#add_fields_placeholderValue{display:none;}
http://jsfiddle.net/FarVX/20/
Also you have multiple elements with the same id(pointed out by Brandon), which is not valid