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

推荐订阅源

博客园 - 三生石上(FineUI控件)
D
Docker
GbyAI
GbyAI
宝玉的分享
宝玉的分享
Jina AI
Jina AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Vercel News
Vercel News
博客园_首页
Recent Announcements
Recent Announcements
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
S
SegmentFault 最新的问题
Microsoft Security Blog
Microsoft Security Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
美团技术团队
V
V2EX
WordPress大学
WordPress大学
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
Visual Studio Blog
IT之家
IT之家
Apple Machine Learning Research
Apple Machine Learning Research
T
Tailwind CSS Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com

博客园 - 举重-若轻

Survey 2遍的解决办法 Error occurred in deployment step 'Activate Features': Feature with Id 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' is not installed in this farm using powershell to change the some sub-webs' system master page AssetUrlSelector export to excel 用powershell更新user profile service中的一个字段 create a 全局临时表 Generate a random integrater Remote Debugging GAC'd Assemblies in SharePoint get all user profiles redirecting to custom user profile page css的em概念 异步调用的一个例子 .NET种Json时对单引号和特殊字符串的处理 CSS备忘 SharePoint 资料 Server.MapPath方法的应用方法 JSON的客户端和服务器操作 用powershell更新user的display name
jquery 参考材料 备忘
举重-若轻 · 2012-09-12 · via 博客园 - 举重-若轻

jquery get started: 

http://www.k99k.com/jQuery_getting_started.html

http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery#Plug_me:_Writing_your_own_plugins

jquery的 的selector:

http://docs.jquery.com/DOM/Traversing/Selectors#XPath_Selectors

JSON客户端解释器: 

 https://github.com/douglascrockford/JSON-js 

JSON Introduction:

http://www.json.org 

JSON服务器端处理类库:

http://json.codeplex.com/releases/view/94220 

JQuery - Ajax 入门: 

http://www.simple-talk.com/content/article.aspx?article=1031

JavaScript入门: 

http://developer.51cto.com/art/201107/277356.htm 

超强Javascript入门: 

http://abruzzi.iteye.com/blog/646947 

IBM JS入门:

http://www.ibm.com/developerworks/web/library/wa-javascriptstart2/index.html 

setAttribute在IE7下是不work的,比如,obj.setAttribute("class","css class name")

替代方法是: 

obj.classNmae = "css class name";