<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Ben_分类_jQuery</title><id>http://feed.cnblogs.com/blog/u/28182/category/254350/rss</id><updated>2012-05-29T12:06:41Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/aspnetcsharp/category/254350.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/28182/category/254350/rss"/><entry><id>http://www.cnblogs.com/aspnetcsharp/archive/2010/07/21/1782179.html</id><title type="text">jQuery常见问题整理 新手必读（转自jQuery中文社区）</title><summary type="text">Q1,js的写法:document.getElementById('save').disabled=true;在jquery中我是这样写的$("#save").disabled = true; 为什么没效果呢A,这个是典型的问题，其实因为$("#save")出来的其实是jQuery对象，而不是普通DOM对象这是新手常见的问题。解决方法有2：1，用JQ写法，$("#save").attr("disa...</summary><published>2010-07-21T06:36:00Z</published><updated>2010-07-21T06:36:00Z</updated><author><name>Benguo</name><uri>http://www.cnblogs.com/aspnetcsharp/</uri></author><link rel="alternate" href="http://www.cnblogs.com/aspnetcsharp/archive/2010/07/21/1782179.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/aspnetcsharp/archive/2010/07/21/1782179.html"/><content type="html"/></entry></feed>
