我们先说一下第一种方法,(此方法为一位QQ好友提供,感谢此人,此人昵称是:exf)
其实除了上边的方法外还有一种方法也能得到索引值,看下边的例子:
两种方法孰优孰劣一看便知,第一种方法需要再次使用indexOf函数判断,而第二种方式直接是作为参数把索引值传递进去了,就不需要额外的计算了.因此如果您需要获取索引值得时候推荐使用第二种方法.
下边我写了一个手风琴插件用来演示两种方法在实际应用过程中的表现.
只不过在上边的插件中为了提高效率,因此我使用了this,这样比用索引找寻DOM效率更高一些.
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn