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

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
Tailwind CSS Blog
有赞技术团队
有赞技术团队
爱范儿
爱范儿
Engineering at Meta
Engineering at Meta
J
Java Code Geeks
雷峰网
雷峰网
WordPress大学
WordPress大学
L
LangChain Blog
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
博客园 - 三生石上(FineUI控件)
Microsoft Security Blog
Microsoft Security Blog
P
Proofpoint News Feed
腾讯CDC
GbyAI
GbyAI
罗磊的独立博客
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
F
Fortinet All Blogs
Y
Y Combinator Blog
V
V2EX
A
About on SuperTechFans

博客园 - 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)