Some summaries on button deactivation disabled issues
宝怡
宝怡 2019-09-22 13:03:59
0
0
1154

Regarding what the teacher said when editing administrator information, if the form information has not changed, the submit button cannot be clicked:

The teacher’s code is as follows:

$("form" ).children().change(function(){

$("#submit").removeClass('disabled');

});

Here There is a problem with the code. It lies in the content directly connected to the form element obtained by children().

宝怡
宝怡

reply all (0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!