D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
test
/
public
/
js
/
Filename :
manager_calculator.js
back
Copy
$(function(){ $('#payd').on('input', function(){ if($("input[name=hour]").is(":checked")) { if($(this).val()){ $('#checkclient').prop( "disabled", false ); }else{ $('#checkclient').prop( "disabled", true); } } else { $('#checkclient').prop( "disabled", true ); } }); })