惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
美团技术团队
有赞技术团队
有赞技术团队
Hugging Face - Blog
Hugging Face - Blog
罗磊的独立博客
S
SegmentFault 最新的问题
D
Docker
博客园 - 司徒正美
雷峰网
雷峰网
V
Visual Studio Blog
云风的 BLOG
云风的 BLOG
G
Google Developers Blog
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - Franky
月光博客
月光博客
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
The Blog of Author Tim Ferriss
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
MongoDB | Blog
MongoDB | Blog

博客园 - vboy

过去的2010 2010北京马拉松 十年 使用eval导致Google Closure Compiler压缩代码后运行出错的解决办法 - vboy 2009北京国际马拉松,不一样的马拉松 2008.10.19日,马拉松胜利完成! 2008北京马拉松,我来了! 通过xmlhttp传送XML格式数据(VB.net) 春思 跑步三个月总结(2007-01-16) 观《垂直极限(Vertical Limit)》有感 与阿尔班鹰一起重生 展望2007 回顾2006 观《当幸福来敲门》有感 健身长跑好处多(转载) 跑步两个月总结(2006-12-16) 俞敏洪:和青年学生分享五句话[转自新东方] 坚持就是胜利--看《我为肥狂》有感
jQuery1.3.2 升级到 1.4.4 - vboy
vboy · 2011-01-05 · via 博客园 - vboy

对不兼容处的修改:

1.  jQuery("option[selected=true]",this) 改为  

     jQuery("option:selected",this)

2.  jQuery("option[text=text]",this)  改为

     jQuery("option:contains(text)",this)