| <small id="OTC" style="color:red; display:none">A one-time charge of RM300 applies for 12 months subscription.</small> | <small id="OTC" style="color:red; display:none">A one-time charge of RM300 applies for 12 months subscription.</small> | ||||
| </label> | </label> | ||||
| <label class="radio-inline"> | <label class="radio-inline"> | ||||
| <input type="radio" id="subscription2" name="subscription" value="24" checked="">24 Months | |||||
| <input type="radio" id="subscription2" name="subscription" value="24" checked="">24 Months <br> | |||||
| <small id="OTC-side" style="color:red; display:none">.</small> | |||||
| </label> | </label> | ||||
| <!-- @if ($pg != "1Gbps") | <!-- @if ($pg != "1Gbps") | ||||
| <label class="radio-inline"> | <label class="radio-inline"> | ||||
| $('#subscription1').change(function(){ | $('#subscription1').change(function(){ | ||||
| if(document.getElementById('subscription1').checked){ | if(document.getElementById('subscription1').checked){ | ||||
| $('#OTC').show(); | $('#OTC').show(); | ||||
| $('#OTC-side').show(); | |||||
| $('#otcVoice').show(); | $('#otcVoice').show(); | ||||
| document.getElementById('10off').checked = false; | document.getElementById('10off').checked = false; | ||||
| $('#10off').hide(); | $('#10off').hide(); | ||||
| $('#subscription2').change(function(){ | $('#subscription2').change(function(){ | ||||
| if(document.getElementById('subscription2').checked){ | if(document.getElementById('subscription2').checked){ | ||||
| $('#OTC').hide(); | $('#OTC').hide(); | ||||
| $('#OTC-side').hide(); | |||||
| $('#otcVoice').show(); | $('#otcVoice').show(); | ||||
| document.getElementById('10off').checked = true; | document.getElementById('10off').checked = true; | ||||
| $('#10off').show(); | $('#10off').show(); |
| <input id="subscription1" type="radio" name="subscription" value="12">12 Months <br> <small id="OTC" style="color:red; display:none">A one-time charge of RM300 applies for 12 months subscription.</small> | <input id="subscription1" type="radio" name="subscription" value="12">12 Months <br> <small id="OTC" style="color:red; display:none">A one-time charge of RM300 applies for 12 months subscription.</small> | ||||
| </label> | </label> | ||||
| <label class="radio-inline"> | <label class="radio-inline"> | ||||
| <input id="subscription2" type="radio" name="subscription" value="24" checked="">24 Months <br> | |||||
| <input id="subscription2" type="radio" name="subscription" value="24" checked="">24 Months <br> <small id="OTC-side" style="color:red; display:none">.</small> | |||||
| </label> | </label> | ||||
| <!-- @if ($a['package'] != "1Gbps") | <!-- @if ($a['package'] != "1Gbps") | ||||
| <label class="radio-inline"> | <label class="radio-inline"> | ||||
| $('#subscription1').change(function(){ | $('#subscription1').change(function(){ | ||||
| if(document.getElementById('subscription1').checked){ | if(document.getElementById('subscription1').checked){ | ||||
| $('#OTC').show(); | $('#OTC').show(); | ||||
| $('#OTC-side').show(); | |||||
| $('#otcVoice').show(); | $('#otcVoice').show(); | ||||
| document.getElementById('10off').checked = false; | document.getElementById('10off').checked = false; | ||||
| $('#10off').hide(); | $('#10off').hide(); | ||||
| $('#subscription2').change(function(){ | $('#subscription2').change(function(){ | ||||
| if(document.getElementById('subscription2').checked){ | if(document.getElementById('subscription2').checked){ | ||||
| $('#OTC').hide(); | $('#OTC').hide(); | ||||
| $('#OTC-side').hide(); | |||||
| $('#otcVoice').hide(); | $('#otcVoice').hide(); | ||||
| document.getElementById('10off').checked = true; | document.getElementById('10off').checked = true; | ||||
| $('#10off').show(); | $('#10off').show(); |