Support no javascript
Cette révision appartient à :
Parent
7da0a0658e
révision
8f964371a4
2 fichiers modifiés avec 4 ajouts et 2 suppressions
|
@ -27,6 +27,8 @@ $(function () {
|
|||
|
||||
// Actions
|
||||
function updateDisplay() {
|
||||
$checkbox.addClass("hidden")
|
||||
$button.removeClass("hidden")
|
||||
var isChecked = $checkbox.is(':checked');
|
||||
|
||||
// Set the button's state
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
<div class="row">
|
||||
<div class="col-xs-4 col-sm-3 col-md-3">
|
||||
<span class="button-checkbox">
|
||||
<button type="button" class="btn" data-color="info" tabindex="7">I Agree</button>
|
||||
<input type="checkbox" name="t_and_c" id="t_and_c" class="hidden" value="1">
|
||||
<button type="button" class="btn hidden" data-color="info" tabindex="7">I Agree</button>
|
||||
<input type="checkbox" name="t_and_c" id="t_and_c" value="1">
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-xs-8 col-sm-9 col-md-9">
|
||||
|
|
Référencer dans un nouveau ticket