$('.textBut').on('click',function(){
console.log($(this).text());
if($(this).attr('level')>=1){
that.setState({
accName:$(this).text(),
accCode:$(this).attr('newcode'),
item_id:$(this).attr('item_id')
},function(){
$('#biubibiu').html('');
})
}
})`请输入代码`
请输入代码
当我点击子菜单时 $(this).text()获取到了当前值 但是IE 下 value 视图未显示出来
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...