<?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 Numeric Stepper</title>
	<atom:link href="http://yelotofu.com/2008/07/jquery-numeric-stepper/feed/" rel="self" type="application/rss+xml" />
	<link>http://yelotofu.com/2008/07/jquery-numeric-stepper/</link>
	<description>"In building standards compliant sites we are creating a better Web for the future."</description>
	<lastBuildDate>Thu, 11 Mar 2010 17:53:20 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: caphun</title>
		<link>http://yelotofu.com/2008/07/jquery-numeric-stepper/comment-page-1/#comment-3445</link>
		<dc:creator>caphun</dc:creator>
		<pubDate>Mon, 09 Feb 2009 05:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=93#comment-3445</guid>
		<description>@jay: Yes, the change event should fire with the above code.

Note: I merged this code a while ago into UI spinner (still in development), see 

http://yelotofu.com/2008/08/jquery-ui-spinner/

Discussions should continue on the spinner article as the stepper is no longer in active development.

Thanks all for the great comments!</description>
		<content:encoded><![CDATA[<p>@jay: Yes, the change event should fire with the above code.</p>
<p>Note: I merged this code a while ago into UI spinner (still in development), see </p>
<p><a href="http://yelotofu.com/2008/08/jquery-ui-spinner/" rel="nofollow">http://yelotofu.com/2008/08/jquery-ui-spinner/</a></p>
<p>Discussions should continue on the spinner article as the stepper is no longer in active development.</p>
<p>Thanks all for the great comments!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://yelotofu.com/2008/07/jquery-numeric-stepper/comment-page-1/#comment-3439</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Sun, 08 Feb 2009 20:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=93#comment-3439</guid>
		<description>I&#039;m trying to hook in events and not having very good luck. Are you propagating the change event?

    $(&#039;#CharacterPoints&#039;).stepper( { min:25, max:500, step:5, start:100, change: function(event, ui){ alert(&#039;changed&#039;); } } );</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to hook in events and not having very good luck. Are you propagating the change event?</p>
<p>    $(&#8217;#CharacterPoints&#8217;).stepper( { min:25, max:500, step:5, start:100, change: function(event, ui){ alert(&#8217;changed&#8217;); } } );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://yelotofu.com/2008/07/jquery-numeric-stepper/comment-page-1/#comment-3438</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Sun, 08 Feb 2009 19:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=93#comment-3438</guid>
		<description>Thanks! spent four hours, evaluated five different slider controls. All of them didn&#039;t work correctly in one aspect or another.
Wouldn&#039;t place cursor on startup, couldn&#039;t get to display at all (Why doesn&#039;t anyone include working css with their source?). Wouldn&#039;t limit values to increment value specified, etc.</description>
		<content:encoded><![CDATA[<p>Thanks! spent four hours, evaluated five different slider controls. All of them didn&#8217;t work correctly in one aspect or another.<br />
Wouldn&#8217;t place cursor on startup, couldn&#8217;t get to display at all (Why doesn&#8217;t anyone include working css with their source?). Wouldn&#8217;t limit values to increment value specified, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caphun</title>
		<link>http://yelotofu.com/2008/07/jquery-numeric-stepper/comment-page-1/#comment-3227</link>
		<dc:creator>caphun</dc:creator>
		<pubDate>Sat, 13 Dec 2008 15:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=93#comment-3227</guid>
		<description>Ah I see, try this:

$(&#039;#div&#039;).data(&#039;max.stepper&#039;, value);</description>
		<content:encoded><![CDATA[<p>Ah I see, try this:</p>
<p>$(&#8217;#div&#8217;).data(&#8217;max.stepper&#8217;, value);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antoine</title>
		<link>http://yelotofu.com/2008/07/jquery-numeric-stepper/comment-page-1/#comment-3226</link>
		<dc:creator>antoine</dc:creator>
		<pubDate>Sat, 13 Dec 2008 14:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=93#comment-3226</guid>
		<description>Thanks Caphun, I need to alter the max property from another function so i tried $(&#039;#div&#039;).stepper.options.max = value
$(&#039;#div&#039;).options.max = value

they dont work and im not sure how to make it work .</description>
		<content:encoded><![CDATA[<p>Thanks Caphun, I need to alter the max property from another function so i tried $(&#8217;#div&#8217;).stepper.options.max = value<br />
$(&#8217;#div&#8217;).options.max = value</p>
<p>they dont work and im not sure how to make it work .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caphun</title>
		<link>http://yelotofu.com/2008/07/jquery-numeric-stepper/comment-page-1/#comment-3225</link>
		<dc:creator>caphun</dc:creator>
		<pubDate>Sat, 13 Dec 2008 14:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=93#comment-3225</guid>
		<description>Thanks Antoine. Hmm, tbh I&#039;ve not tried changing the max value after setting it initially as I haven&#039;t found the need to yet. 

There should be a few in-built event handlers one of which is the change event, e.g.:

$(&#039;#div&#039;).stepper({
  max: MaxValue,
  change: function(event, ui){
    iu.options.max = maxValue2;
  }
});

Let me know if that doesn&#039;t work as I&#039;ve not tested this myself.

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks Antoine. Hmm, tbh I&#8217;ve not tried changing the max value after setting it initially as I haven&#8217;t found the need to yet. </p>
<p>There should be a few in-built event handlers one of which is the change event, e.g.:</p>
<p>$(&#8217;#div&#8217;).stepper({<br />
  max: MaxValue,<br />
  change: function(event, ui){<br />
    iu.options.max = maxValue2;<br />
  }<br />
});</p>
<p>Let me know if that doesn&#8217;t work as I&#8217;ve not tested this myself.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antoine</title>
		<link>http://yelotofu.com/2008/07/jquery-numeric-stepper/comment-page-1/#comment-3224</link>
		<dc:creator>antoine</dc:creator>
		<pubDate>Sat, 13 Dec 2008 12:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=93#comment-3224</guid>
		<description>Great Job , Just what i needed , except that im not being able to dynamically change the Max Value.
i initialize with :
$(&quot;#div&quot;).stepper(max:MaxValue)

and then to change i call $(&quot;#div&quot;).stepper(max:MaxValue2)

but it only changes when MaxValue2 is less than MaxValue. Any Suggestions?</description>
		<content:encoded><![CDATA[<p>Great Job , Just what i needed , except that im not being able to dynamically change the Max Value.<br />
i initialize with :<br />
$(&#8221;#div&#8221;).stepper(max:MaxValue)</p>
<p>and then to change i call $(&#8221;#div&#8221;).stepper(max:MaxValue2)</p>
<p>but it only changes when MaxValue2 is less than MaxValue. Any Suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antoine</title>
		<link>http://yelotofu.com/2008/07/jquery-numeric-stepper/comment-page-1/#comment-3223</link>
		<dc:creator>antoine</dc:creator>
		<pubDate>Sat, 13 Dec 2008 12:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=93#comment-3223</guid>
		<description>Hey , Im having trouble with setting The max option dynamically, after calling $(&quot;#div&quot;).stepper(max:MaxValue); i try calling $(&quot;#div&quot;).stepper(max:MaxValue2) to try and change the max value but it only works if MaxValue2 is less than MaxValue otherwise it does not switch it. any clues ?

Tony</description>
		<content:encoded><![CDATA[<p>Hey , Im having trouble with setting The max option dynamically, after calling $(&#8221;#div&#8221;).stepper(max:MaxValue); i try calling $(&#8221;#div&#8221;).stepper(max:MaxValue2) to try and change the max value but it only works if MaxValue2 is less than MaxValue otherwise it does not switch it. any clues ?</p>
<p>Tony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recent Links Tagged With "stepper" - JabberTags</title>
		<link>http://yelotofu.com/2008/07/jquery-numeric-stepper/comment-page-1/#comment-2760</link>
		<dc:creator>Recent Links Tagged With "stepper" - JabberTags</dc:creator>
		<pubDate>Wed, 01 Oct 2008 11:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=93#comment-2760</guid>
		<description>[...] Stamina Extended Stride Elliptical Stepper - Best Price! Saved by thepinkbismuth on Mon 29-9-2008   jQuery Numeric Stepper Saved by kubaKT on Mon 29-9-2008   Stamina SpaceMate Folding Stepper Saved by pllyrain on Mon [...]</description>
		<content:encoded><![CDATA[<p>[...] Stamina Extended Stride Elliptical Stepper &#8211; Best Price! Saved by thepinkbismuth on Mon 29-9-2008   jQuery Numeric Stepper Saved by kubaKT on Mon 29-9-2008   Stamina SpaceMate Folding Stepper Saved by pllyrain on Mon [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurence</title>
		<link>http://yelotofu.com/2008/07/jquery-numeric-stepper/comment-page-1/#comment-2305</link>
		<dc:creator>Laurence</dc:creator>
		<pubDate>Fri, 22 Aug 2008 08:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=93#comment-2305</guid>
		<description>What a reactivity !
I added also a &#039;type=&quot;button&quot;&#039; for spinner-up and spinner-down because Firefox treated them like submit buttons.
Thanks for sharing !</description>
		<content:encoded><![CDATA[<p>What a reactivity !<br />
I added also a &#8216;type=&#8221;button&#8221;&#8216; for spinner-up and spinner-down because Firefox treated them like submit buttons.<br />
Thanks for sharing !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
