<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Get Anything You Want &#8211; part 1</title>
	<atom:link href="http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1/feed" rel="self" type="application/rss+xml" />
	<link>http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1</link>
	<description>Tips, techniques, and tutorials for the jQuery JavaScript library</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:50:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bill</title>
		<link>http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1/comment-page-1#comment-85148</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Wed, 21 Dec 2011 00:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1#comment-85148</guid>
		<description>Fixed previous post
I have a tricky one, I think....
I&#039;m trying to create a dynamic fancybox popup that retrieves it&#039;s input fields from the parent page. The parent page has several tables in it with their own [Edit] buttons.
Each Table section is encased by a div where class=&quot;flds&quot;.
and each table uses the same class
Like so....

&amp;ltdiv class=&quot;flds&quot;&amp;gt
  &amp;lttable class=&quot;thisTable&quot;&amp;gt
       &amp;ltinput type=&quot;button&quot; onclick=&quot;getTheseForValues()&quot; &amp;gt
      &amp;ltlabel for=&quot;value1&quot;&amp;gtField 1&amp;lt/label&amp;gt
      &amp;ltlabel for=&quot;value2&quot;&amp;gtField 2&amp;lt/label&amp;gt
      &amp;ltlabel for=&quot;value3&quot;&amp;gtField 3&amp;lt/label&amp;gt
  &amp;lt/table&amp;gt
 &amp;lt/div&amp;gt

&amp;ltdiv class=&quot;flds&quot;&amp;gt
  &amp;lttable class=&quot;thisTable&quot;&amp;gt
      &amp;ltinput type=&quot;button&quot; onclick=&quot;getTheseForValues()&quot; &amp;gt
      &amp;ltlabel for=&quot;value a&quot;&amp;gtField a&amp;lt/label&amp;gt
      &amp;ltlabel for=&quot;value b&quot;&amp;gtField b&amp;lt/label&amp;gt
      &amp;ltlabel for=&quot;value c&quot;&amp;gtField c&amp;lt/label&amp;gt
  &amp;lt/table&amp;gt
 &amp;lt/div&amp;gt
  

Now, I want to return value 1, value 2, and value 3 when I click the button in the 1st section and return value a, value b, value c when I click the button in the 2nd section.

I can&#039;t figure it out.  Any help would be appreciated.

Thanks.</description>
		<content:encoded><![CDATA[<p>Fixed previous post<br />
I have a tricky one, I think&#8230;.<br />
I&#8217;m trying to create a dynamic fancybox popup that retrieves it&#8217;s input fields from the parent page. The parent page has several tables in it with their own [Edit] buttons.<br />
Each Table section is encased by a div where class=&#8221;flds&#8221;.<br />
and each table uses the same class<br />
Like so&#8230;.</p>
<p>&amp;ltdiv class=&#8221;flds&#8221;&amp;gt<br />
  &amp;lttable class=&#8221;thisTable&#8221;&amp;gt<br />
       &amp;ltinput type=&#8221;button&#8221; onclick=&#8221;getTheseForValues()&#8221; &amp;gt<br />
      &amp;ltlabel for=&#8221;value1&#8243;&amp;gtField 1&amp;lt/label&amp;gt<br />
      &amp;ltlabel for=&#8221;value2&#8243;&amp;gtField 2&amp;lt/label&amp;gt<br />
      &amp;ltlabel for=&#8221;value3&#8243;&amp;gtField 3&amp;lt/label&amp;gt<br />
  &amp;lt/table&amp;gt<br />
 &amp;lt/div&amp;gt</p>
<p>&amp;ltdiv class=&#8221;flds&#8221;&amp;gt<br />
  &amp;lttable class=&#8221;thisTable&#8221;&amp;gt<br />
      &amp;ltinput type=&#8221;button&#8221; onclick=&#8221;getTheseForValues()&#8221; &amp;gt<br />
      &amp;ltlabel for=&#8221;value a&#8221;&amp;gtField a&amp;lt/label&amp;gt<br />
      &amp;ltlabel for=&#8221;value b&#8221;&amp;gtField b&amp;lt/label&amp;gt<br />
      &amp;ltlabel for=&#8221;value c&#8221;&amp;gtField c&amp;lt/label&amp;gt<br />
  &amp;lt/table&amp;gt<br />
 &amp;lt/div&amp;gt</p>
<p>Now, I want to return value 1, value 2, and value 3 when I click the button in the 1st section and return value a, value b, value c when I click the button in the 2nd section.</p>
<p>I can&#8217;t figure it out.  Any help would be appreciated.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lalo</title>
		<link>http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1/comment-page-1#comment-84485</link>
		<dc:creator>Lalo</dc:creator>
		<pubDate>Thu, 29 Sep 2011 20:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1#comment-84485</guid>
		<description>hi, I have this html code:

 &lt;div id=&quot;buttonsWrapper&quot;&gt;
  &lt;div id=&quot;button1&quot;&gt;Inicio&lt;/div&gt;
  &lt;div id=&quot;button2&quot;&gt;Páginas médicas&lt;/div&gt;
  &lt;div id=&quot;button3&quot;&gt;Dentistas&lt;/div&gt;
  &lt;div id=&quot;button4&quot;&gt;Temas&lt;/div&gt;
  &lt;div id=&quot;button5&quot;&gt;Anunciese aqui&lt;/div&gt;  
 &lt;/div&gt;

I want to get all h1   how do I do it?
I was trying this: 
var op = $(&#039;#buttonsWrapper h1&#039;); 
but it doesn&#039;t work, I think it&#039;s because h1 is not a buttonsWrapper child but I don&#039;t know how to do it.. can anyone help me?

thanks!!</description>
		<content:encoded><![CDATA[<p>hi, I have this html code:</p>
<div id="buttonsWrapper">
<div id="button1">Inicio</div>
<div id="button2">Páginas médicas</div>
<div id="button3">Dentistas</div>
<div id="button4">Temas</div>
<div id="button5">Anunciese aqui</div>
</p></div>
<p>I want to get all h1   how do I do it?<br />
I was trying this:<br />
var op = $(&#8216;#buttonsWrapper h1&#8242;);<br />
but it doesn&#8217;t work, I think it&#8217;s because h1 is not a buttonsWrapper child but I don&#8217;t know how to do it.. can anyone help me?</p>
<p>thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1/comment-page-1#comment-83785</link>
		<dc:creator>john</dc:creator>
		<pubDate>Thu, 30 Jun 2011 10:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1#comment-83785</guid>
		<description>Wow, I&#039;ve been struggling with only showing one hide element in a doc, finally came across this site and fixed it sharpish.  If only the tutes on JQuery site could be so simple and detailed.
Thanks for the hard work and help your providing to all of us out here :) Shabba</description>
		<content:encoded><![CDATA[<p>Wow, I&#8217;ve been struggling with only showing one hide element in a doc, finally came across this site and fixed it sharpish.  If only the tutes on JQuery site could be so simple and detailed.<br />
Thanks for the hard work and help your providing to all of us out here :) Shabba</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Property Analysis</title>
		<link>http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1/comment-page-1#comment-83439</link>
		<dc:creator>Property Analysis</dc:creator>
		<pubDate>Sun, 30 Jan 2011 20:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1#comment-83439</guid>
		<description>Great list of functions. I am using some of them on my website now! I like this better than the examples on jquery.api help site, because here I can always see more functions together on one page and can decide which ones will be helpful for the project. Thanks Karl!</description>
		<content:encoded><![CDATA[<p>Great list of functions. I am using some of them on my website now! I like this better than the examples on jquery.api help site, because here I can always see more functions together on one page and can decide which ones will be helpful for the project. Thanks Karl!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jane</title>
		<link>http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1/comment-page-1#comment-81529</link>
		<dc:creator>Jane</dc:creator>
		<pubDate>Sun, 08 Aug 2010 07:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1#comment-81529</guid>
		<description>Great tutorial, make things easier, thanks for sharing!
It would be so much appreciated if i could find here a small tutorial on how to make a cost estimator with jquery? thanks.</description>
		<content:encoded><![CDATA[<p>Great tutorial, make things easier, thanks for sharing!<br />
It would be so much appreciated if i could find here a small tutorial on how to make a cost estimator with jquery? thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1/comment-page-1#comment-81362</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Wed, 04 Aug 2010 12:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1#comment-81362</guid>
		<description>How to get the domain names from sites like http://image.co.uk/ or http://www.pictures.com/ ?
Is is possible with jQuery? In JavaScript there isn&#039;t such thing as subdomain. With location.host oder hostname can&#039;t get it.

In this example i want to get IMAGE and PICTURES

thx, pete</description>
		<content:encoded><![CDATA[<p>How to get the domain names from sites like <a href="http://image.co.uk/" rel="nofollow">http://image.co.uk/</a> or <a href="http://www.pictures.com/" rel="nofollow">http://www.pictures.com/</a> ?<br />
Is is possible with jQuery? In JavaScript there isn&#8217;t such thing as subdomain. With location.host oder hostname can&#8217;t get it.</p>
<p>In this example i want to get IMAGE and PICTURES</p>
<p>thx, pete</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quick Guide: Chaining in jQuery / Tobias Bjerrome Ahlin</title>
		<link>http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1/comment-page-1#comment-80561</link>
		<dc:creator>Quick Guide: Chaining in jQuery / Tobias Bjerrome Ahlin</dc:creator>
		<pubDate>Fri, 25 Jun 2010 19:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1#comment-80561</guid>
		<description>[...] How to Get Anything You Want [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Get Anything You Want [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Latest Gadget</title>
		<link>http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1/comment-page-1#comment-80089</link>
		<dc:creator>Latest Gadget</dc:creator>
		<pubDate>Thu, 22 Apr 2010 09:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1#comment-80089</guid>
		<description>I think  single quote wil work as well</description>
		<content:encoded><![CDATA[<p>I think  single quote wil work as well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1/comment-page-1#comment-80011</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Wed, 14 Apr 2010 13:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1#comment-80011</guid>
		<description>Good catch! It&#039;s fixed now.</description>
		<content:encoded><![CDATA[<p>Good catch! It&#8217;s fixed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1/comment-page-1#comment-80007</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Wed, 14 Apr 2010 11:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1#comment-80007</guid>
		<description>There&#039;s a bug in the text:

&lt;em&gt;$(&#039;li:not(.goofy)&#039;) gets list items 1, 2, and 4, because they’re not “goofy.”&lt;/em&gt;

It should be:

&lt;em&gt;$(&#039;li:not(.goofy)&#039;) gets list items 1, &lt;strong&gt;3&lt;/strong&gt;, and 4, because they’re not “goofy.”&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>There&#8217;s a bug in the text:</p>
<p><em>$(&#8216;li:not(.goofy)&#8217;) gets list items 1, 2, and 4, because they’re not “goofy.”</em></p>
<p>It should be:</p>
<p><em>$(&#8216;li:not(.goofy)&#8217;) gets list items 1, <strong>3</strong>, and 4, because they’re not “goofy.”</em></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 7/22 queries in 0.007 seconds using disk: basic
Object Caching 371/380 objects using disk: basic
Content Delivery Network via learningjquery.kswedberg.netdna-cdn.com

Served from: www.learningjquery.com @ 2012-02-08 17:34:30 -->
