标签:style io color 使用 sp 文件 html ad htm
$(this).val()与this.value
作用:都是获得当前Dom对象的value值(一般是表单元素) text radio checkbox select
基本没有什么区别,只是:
this.value是js的原生语法,使用this.value无需引入任何库文件
$(this).val()是jquery的语法,而$(this).val()则需要引入jquery库文件
$(this).val()与this.value的区别?text()与html()的区别?
标签:style io color 使用 sp 文件 html ad htm
原文地址:http://www.cnblogs.com/jiechn/p/4074348.html