|
|
|
ขอคำแนะนำหน่อยครับ bootstrap validator ไม่ยอมทำงาน nav nav-tabs |
|
|
|
|
|
|
|
หน้าฟอร์มของผมใช้ bootstrap validator ในการตรวจสอบได้ทุกอย่าง
แต่พอ ผม ออกแบบ ฟอร์ม ใหม่เป็น TABS ปรากฏว่า ไม่ยอม ตรวจสอบ
แทบ 1 จำเป็นต้องกรอกข้อมูลหมด
แทบ 2 ไม่จำเป็น
ผู้ใช้ กด แทบ 2 กดปุ่ม ไม่ยอมตรวจสอบ แทบ 1 ทั้งๆที่ยังไม่กรอกข้อมูล
ขอคำแนะนำหน่อยครับท่านพี่
Code (PHP)
<script>
$(document).ready(function() {
$('#registrationForm').bootstrapValidator({
// To use feedback icons, ensure that you use Bootstrap v3.1.0 or later
feedbackIcons: {
valid: 'glyphicon glyphicon-ok',
invalid: 'glyphicon glyphicon-remove',
validating: 'glyphicon glyphicon-refresh'
},
fields: {
tyin_id: {
validators: {
notEmpty: {
message: 'bar bar bar'
}
}
},
tyas_id: {
validators: {
notEmpty: {
message: 'bar bar bar'
}
}
},
ifge_type_rentarea: {
validators: {
notEmpty: {
message: 'bar bar bar'
}
}
},
ifge_name: {
validators: {
notEmpty: {
message: 'bar bar bar'
},
stringLength: {
min: 15,
max: 250,
message: 'bar bar bar'
}
}
}
}
});
});
</script>
<form id="registrationForm" method="post" class="form-horizontal" enctype="multipart/form-data" action="">
<div id="f_law2">
<div id="main_law">
<ul class="nav nav-tabs">
<li class="active"><a href="#tab-general" data-toggle="tab">item1</a></li>
<li class=""><a href="#tab-data" data-toggle="tab">item2</a></li>
</ul>
<div style="clear: both;"></div>
<div class="tab-content">
<div class="tab-pane active" id="tab-general">
<input class="text_post" type="text" name="tyin_id" maxlength="250"/>
</div>
<div class="tab-pane active" id="tab-data">
<input class="text_post" type="text" name="tyas_id" maxlength="250"/>
</div>
<button type="submit" name="submitbutton" class="btn btn-default">postdata</button>
</div></div>
</form>
Tag : PHP, MySQL, HTML/CSS, JavaScript, Ajax, jQuery
|
ประวัติการแก้ไข 2015-05-02 17:28:43 2015-05-02 17:51:47
|
|
|
|
|
Date :
2015-05-02 17:27:39 |
By :
copyringht |
View :
837 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอคำแนะนำหน่อยครับพี่ๆ
|
|
|
|
|
Date :
2015-05-04 20:09:52 |
By :
copyringht |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|