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 could simply do it with CSS:
Change the ID here:
since you already use it here
and then add this css: #add_fields_placeholderValue { display: none; } 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
and then add this css:
#add_fields_placeholderValue { display: none; }