Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<script> jQuery(document).ready( function($) { var submit = $('#submit').prop('disabled..
Decoded Output download
<? <script>
jQuery(document).ready( function($) {
var submit = $('#submit').prop('disabled', true);
$('input[name="delete_option"]').one('change', function() {
submit.prop('disabled', false);
});
$('#reassign_user').focus( function() {
$('#delete_option1').prop('checked', true).trigger('change');
});
}); ?>
Did this file decode correctly?
Original Code
<script>
jQuery(document).ready( function($) {
var submit = $('#submit').prop('disabled', true);
$('input[name="delete_option"]').one('change', function() {
submit.prop('disabled', false);
});
$('#reassign_user').focus( function() {
$('#delete_option1').prop('checked', true).trigger('change');
});
});
Function Calls
| None |
Stats
| MD5 | d8b12b86d683d43867fd302fa060909f |
| Eval Count | 0 |
| Decode Time | 101 ms |