<?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: JQuery Mobile, Part 3: Attack of the Forms</title>
	<atom:link href="http://www.linux-mag.com/id/7946/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux-mag.com/id/7946/</link>
	<description>Open Source, Open Standards</description>
	<lastBuildDate>Sat, 05 Oct 2013 13:48:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: tpp</title>
		<link>http://www.linux-mag.com/id/7946/#comment-8854</link>
		<dc:creator>tpp</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7946/#comment-8854</guid>
		<description>&lt;p&gt;The example of &lt;code&gt;var theField = $(&quot;firstname&quot;);&lt;/code&gt; is missing a pound sign. It should be &lt;code&gt;var theField = $(&quot;#firstname&quot;);&lt;/code&gt; See the id selector documentation here: http://jquerymobile.com/demos/1.0a2/#experiments/api-viewer/docs/id-selector/index.html&lt;/p&gt;
&lt;p&gt;Also, the input filed with a name id attribute of &quot;firstname&quot; should have an attribute of &quot;firstname&quot; because we are using &lt;code&gt;getElementById(&quot;&lt;id&gt;&quot;)&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;input name=&quot;firstname&quot; id=&quot;firstname&quot; type=&quot;text&quot;/&gt;&lt;/code&gt;
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The example of <code>var theField = $(&quot;firstname&quot;);</code> is missing a pound sign. It should be <code>var theField = $(&quot;#firstname&quot;);</code> See the id selector documentation here: <a href="http://jquerymobile.com/demos/1.0a2/#experiments/api-viewer/docs/id-selector/index.html" rel="nofollow">http://jquerymobile.com/demos/1.0a2/#experiments/api-viewer/docs/id-selector/index.html</a></p>
<p>Also, the input filed with a name id attribute of &#8220;firstname&#8221; should have an attribute of &#8220;firstname&#8221; because we are using <code>getElementById(&quot;&lt;id&gt;&quot;)</code></p>
<p><code>&lt;input name=&quot;firstname&quot; id=&quot;firstname&quot; type=&quot;text&quot;/&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wstidolph</title>
		<link>http://www.linux-mag.com/id/7946/#comment-8855</link>
		<dc:creator>wstidolph</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7946/#comment-8855</guid>
		<description>&lt;p&gt;Short-term warning: the alpha2 dist of jqm doesn&#039;t work with SELECT &quot;multiple&quot; ... this requires jqm version a3pre. This confused me, because the jqm online docs are published from the head of the tree (the /test subdir at github) while the CDN distribution links are for alpha2.&lt;/p&gt;
&lt;p&gt;Another notable characteristic of the jqm approach is that it rewrites your page somewhat, and this can interact poorly with other dynamic page-generation libraries (e.g., using &#039;knockout&#039; to dynamically generate &lt;OPTION&gt; elements results in OPTIONS which are not visible on the jqm-styled page).
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Short-term warning: the alpha2 dist of jqm doesn&#8217;t work with SELECT &#8220;multiple&#8221; &#8230; this requires jqm version a3pre. This confused me, because the jqm online docs are published from the head of the tree (the /test subdir at github) while the CDN distribution links are for alpha2.</p>
<p>Another notable characteristic of the jqm approach is that it rewrites your page somewhat, and this can interact poorly with other dynamic page-generation libraries (e.g., using &#8216;knockout&#8217; to dynamically generate &lt;OPTION&gt; elements results in OPTIONS which are not visible on the jqm-styled page).</p>
]]></content:encoded>
	</item>
</channel>
</rss>