Posted in Javascript onJanuary 06, 2011
对不兼容处的修改:
1. jQuery("option[selected=true]",this) 改为
jQuery("option:selected",this)
2. jQuery("option[text=text]",this) 改为
jQuery("option:contains(text)",this)
jQuery1.3.2 升级到jQuery1.4.4需要修改的地方
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@