|
|
|
ใครมีวิธีทำให้ค่าใน select option เปลี่ยนแปลงตาม textbox บ้างครับ |
|
|
|
|
|
|
|
ใช้ jquery keyup แล้วส่งค่าไป เพื่อเช็กกับ select
|
|
|
|
|
Date :
2013-06-18 15:17:14 |
By :
bankza009 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ข้อมูลน้อยนิด ยังคิดไม่ออกเลยครับ
|
|
|
|
|
Date :
2013-06-18 15:21:46 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่ยากถ้ารู้จักนำมาปรับใช้
<script type='text/javascript'>//<![CDATA[
$(window).load(function(){
$('.input-xxlarge').keyup(function () {
var impt = $(this).val();
$(".preview").html(impt);
});
});//]]>
</script>
</head>
<body>
<div class="control-group">
<label class="control-label" for="question">Question</label>
<div class="controls">
<input class="input-xxlarge" type="text" name="question" id="question"
required="true" placeholder="write your question" />
<select><option class="preview"></option></select>
</div>
</div>
by ctrls.......
|
|
|
|
|
Date :
2013-06-18 20:16:24 |
By :
เกส |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|