<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>NetFactory - Latest Comments in Building image tags with jquery</title><link>http://netfactory.disqus.com/</link><description></description><atom:link href="https://netfactory.disqus.com/building_image_tags_with_jquery/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 30 Jul 2009 05:23:12 -0000</lastBuildDate><item><title>Re: Building image tags with jquery</title><link>http://netfactory.dk/2009/07/29/building-image-tags-with-jquery/#comment-13652497</link><description>&lt;p&gt;Ya it's good to use a jquery. I like ur stuff and look forward on it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">seoworkgroup1</dc:creator><pubDate>Thu, 30 Jul 2009 05:23:12 -0000</pubDate></item><item><title>Re: Building image tags with jquery</title><link>http://netfactory.dk/2009/07/29/building-image-tags-with-jquery/#comment-13531523</link><description>&lt;p&gt;Same thing using chaining to make it more readable:&lt;br&gt;  $('&amp;lt;img&amp;gt;')&lt;br&gt;      .attr('src', 'image_polar.jpg')&lt;br&gt;      .attr('alt', 'Polar bear')&lt;br&gt;      .attr('height', '200')&lt;br&gt;      .attr('width', '300')&lt;br&gt;      .click(function () { alert('You clicked the image'); })&lt;br&gt;      .appendTo('#image');&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ulrik Hindø</dc:creator><pubDate>Wed, 29 Jul 2009 09:23:43 -0000</pubDate></item></channel></rss>