jQuery 1.6 is now live and available for consumption! We’re quite proud of this release, it includes a major rewrite of the Attribute module and a number of performance improvements. Jquery1.6.2
ID Selector (“#id”) Categories: Selectors > Basic id selector version added: 1.0jQuery('#id') id 一个用来搜索的ID,通过指定一个元素的id属性。 描述: 选择一个具有给定id属性的单个元素。 对于ID选择,jQuery使用Javascr ipt函数document.getElementById(),这是非常有效的。当另一个选择是附加的ID选择器,比如h2#pageTitle,在确定作为匹配的