天天看點

前端資料互動

jQuery.ajax({ url: '#springUrl("/cloud/merchantProcess/onoff.htm")', type: 'POST', data: { configId:configId, definedStepId:definedStepId, stepId: stepId, operate: 'ON' }, success: function (flag, status, res) { if(res.responseText){ that.attr('data-name',res.responseText); that.attr('class', 'switch open1'); that.attr('data-open', 'open'); }else{ alert('操作失敗'); } } });

繼續閱讀