<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: jquery code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sat, 11 Oct 2008 21:34:27 GMT</pubDate>
    <description>DZone Snippets: jquery code</description>
    <item>
      <title>Events</title>
      <link>http://snippets.dzone.com/posts/show/2175</link>
      <description>I like being able to attach 'events' to buttons/links like this... don't think prototype can do this&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;$("a.codeButtonB").click(function(){$("pre.codeB").toggle()});&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 13 Jun 2006 01:17:42 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2175</guid>
      <author>willcodeforfoo ()</author>
    </item>
    <item>
      <title>jQuery Example</title>
      <link>http://snippets.dzone.com/posts/show/2174</link>
      <description>&lt;code&gt;&lt;br /&gt;$("#item li, #otheritem li").click(function(){&lt;br /&gt;  $(this).css('color', '#c00');&lt;br /&gt;});&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 13 Jun 2006 01:12:54 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2174</guid>
      <author>willcodeforfoo ()</author>
    </item>
  </channel>
</rss>
