File manager - Edit - /home/asiatechinc/public_html/asiatechinc-websites/dhyeyaprakashan.com/test1.php
Back
<?php include 'core/init.php'; ?> <html> <head> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.3/dist/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> </head> <body> <div class="container"> <div class="row"> <div class="col"> <div class="first" style="width: 300px;height: 500px;border: 2px solid black"> First, but unordered </div> <button type="button" class="btn btn-success bothButtons" id="first" style="margin-left:100px" >Button 1</button> </div> <div class="col"> <div class="second" style="width:300px;height:500px;border:2px solid black"> Second, but last </div> <button type="button" class="btn btn-success bothButtons" id="second" style="margin-left:100px">Button 2</button> </div> <div class="col"> <div class="third" style="width: 300px;height: 500px;border: 2px solid black"> Third, but first </div> <button type="button" class="btn btn-success bothButtons" id="third" style="margin-left:100px">Button 3</button> </div> </div> </div> </body> </html> <script> $(document).ready(function(){ $('.bothButtons').on('click', function(){ $('.bothButtons').prop('disabled', true); $(this).prop('disabled', false); }); }); </script> <!--$package = 1; if($package == 1){ // basic $coBASIC = '#7d7d7d'; $coSUPER = '#1fb5ad'; $coADVANCED = '#1fb5ad'; $coPRO = '#1fb5ad'; $('.bothButtons').prop('disabled', true); $(this).prop('disabled', false); } else if($package == 2){ //SUPER $coBASIC = '#7d7d7d'; $coSUPER = '#7d7d7d'; $coADVANCED = '#1fb5ad'; $coPRO = '#1fb5ad'; } else if($package == 3){ //ADVANCED $coBASIC = '#7d7d7d'; $coSUPER = '#7d7d7d'; $coADVANCED = '#7d7d7d'; $coPRO = '#1fb5ad'; } else if($package == 4){ //PRO $coBASIC = '#7d7d7d'; $coSUPER = '#7d7d7d'; $coADVANCED = '#7d7d7d'; $coPRO = '#7d7d7d'; }-->
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings