我们需要使用jsp作为位置下拉列表,我的问题是如果显示/隐藏文本框如果单击按钮?如果我在文本框中键入3个字母我想显示所有与该名称相关的医生。任何人使用jsp为我提供一些建议? 我不知道该怎么做。
答案 0 :(得分:0)
<script type="text/javascript">
$(document).ready(function(){
$('#showTextArea').click(function(){
$('#myTextArea').show();
});
});
</script>
<input type="button" value="Show TextArea" id="showTextArea">
<textarea id="myTextArea" style="display: none;">
答案 1 :(得分:0)
哦,你这个小流氓,你有两个问题。
input{
display: none;
}
span{
-webkit-appearance: button;
padding: 5px;
}
input:not(:checked) + textarea{
display:none;
}
&#13;
<label>
<span>Add</span>
<br />
<input type="checkbox" />
<textarea>Foobar</textarea>
</label>
&#13;
因为关于你给的物理学家的信息很便宜,我会在你使用后回答它&#34;你有什么,你来了多远?#/ p>