|
|
|
การส่งค่าของ Check Box ในรูปแบบของ Array เพื่อรวมค่า |
|
|
|
|
|
|
|
..... เงียบบบบบบบบจังงงงงงงงงงงงงงงงเลยยยยยยยยยยยยยยยยยย
ยังทำไม่ได้เลยครับ
|
|
|
|
|
Date :
2014-02-21 08:18:32 |
By :
มือใหม่อยากลองดี |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองเอาไปลองเล่น และ apply เอาเองน่ะครับ
Code (PHP)
<meta charset="utf-8">
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script>
$('document').ready(function(){
$('#test input[type=checkbox]').click(function(){
$('#total').val('');
var sums=0;
$('#test input[type=checkbox]').each(function(){
if($(this).prop("checked")){
sums = sums + parseInt($(this).val());
}
});
$('#total').val(sums);
});
});
</script>
<div id="test">
<input type="checkbox" id="chk" name="chk[]" value="100"> 100<br />
<input type="checkbox" id="chk" name="chk[]" value="125"> 125<br />
<input type="checkbox" id="chk" name="chk[]" value="230"> 230<br />
<input type="checkbox" id="chk" name="chk[]" value="55"> 55<br />
<input type="text" id="total" name="total">
</div>
|
ประวัติการแก้ไข 2014-02-21 09:47:13
|
|
|
|
Date :
2014-02-21 09:46:10 |
By :
mangkunzo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2014-02-21 10:02:46 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
งง ตรงไหน
|
|
|
|
|
Date :
2014-02-21 11:50:48 |
By :
mangkunzo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|