JS common functions

$('.js-consumeSubmit').attr("disabled", false);//Set the button to be clickable
  $('.js-consumeSubmit').attr("disabled",);//The setting button is not clickable

  

change1: function (event) {
            var rowNum = event.currentTarget.attributes.num.value; //Get the value of the num attribute
            
            dataList[rowNum - 1].categoryId = event.currentTarget.value; //Get the content of the input text box
        }

  

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324837353&siteId=291194637