<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/2.4.5" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>jquery-dev</title>
		<link>http://www.jquery-dev.com/</link>
		<description></description>
		<language>en-US</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=2.4.5"/>
		<ttl>60</ttl>
				<item>
			<title>Slider plugin that coordinates with HTML select boxes</title>
			<link>http://www.jquery-dev.com/2009/01/21/slider-plugin-works-with-select-box</link>
			<pubDate>Wed, 21 Jan 2009 18:56:50 +0000</pubDate>			<dc:creator>Jack K</dc:creator>
			<category domain="main">Plugins</category>			<guid isPermaLink="false">55@http://www.jquery-dev.com/</guid>
						<description>&lt;p&gt;The Filament Group has been real busy lately bringing lots of goodness to jQuery and jQuery UI. Actually, the stuff is pretty amazing... I'm so happy they're on board with the jQuery projects. I think their contributions are going to play a significant role in the increasing use of jQuery and jQuery UI. OK, enough on that, let's get on with this neat thing....&lt;br /&gt;&lt;br /&gt;If you're ready to dive into using jQuery UI 1.6 (which is on RC5 now and should be out this week) and are looking for a cool slider control that will work hand-in-glove with the values in one or more HTML select boxes (and has nice themes), check out their select-to-slider plugin:&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.filamentgroup.com/lab/update_jquery_ui_16_slider_from_a_select_element/&quot;&gt;&lt;br /&gt;http://www.filamentgroup.com/lab/update_jquery_ui_16_slider_from_a_select_element/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you're not sure what the heck I mean, take a look there: the demo's show it in action. With a great deal of attention spent on making the control use progressive enhancement, you can create a slider that is bound to one select box and drag the slider's 'knob' (I like that word) to change the selected value in the select box. Want two knobs (and who doesn't)? Use two select boxes with two knobs on the slider. There's also a slick optional feature that translates select box option groups into a sort of &quot;timeline&quot; list below the slider. I can think of lots of uses for that.&lt;br /&gt;&lt;br /&gt;Oh, and the knobs have a &quot;tooltip&quot; option, too, which looks great. Lotsa love here. Can't wait to use this in something new.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.jquery-dev.com/2009/01/21/slider-plugin-works-with-select-box&quot;&gt;Original post&lt;/a&gt; blogged at &lt;a href=&quot;http://www.jquery-dev.com/&quot;&gt;www.jquery-dev.com&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>The Filament Group has been real busy lately bringing lots of goodness to jQuery and jQuery UI. Actually, the stuff is pretty amazing... I'm so happy they're on board with the jQuery projects. I think their contributions are going to play a significant role in the increasing use of jQuery and jQuery UI. OK, enough on that, let's get on with this neat thing....<br /><br />If you're ready to dive into using jQuery UI 1.6 (which is on RC5 now and should be out this week) and are looking for a cool slider control that will work hand-in-glove with the values in one or more HTML select boxes (and has nice themes), check out their select-to-slider plugin:<br /><a target="_blank" href="http://www.filamentgroup.com/lab/update_jquery_ui_16_slider_from_a_select_element/"><br />http://www.filamentgroup.com/lab/update_jquery_ui_16_slider_from_a_select_element/</a><br /><br />If you're not sure what the heck I mean, take a look there: the demo's show it in action. With a great deal of attention spent on making the control use progressive enhancement, you can create a slider that is bound to one select box and drag the slider's 'knob' (I like that word) to change the selected value in the select box. Want two knobs (and who doesn't)? Use two select boxes with two knobs on the slider. There's also a slick optional feature that translates select box option groups into a sort of "timeline" list below the slider. I can think of lots of uses for that.<br /><br />Oh, and the knobs have a "tooltip" option, too, which looks great. Lotsa love here. Can't wait to use this in something new.<br /><br /></p><div class="item_footer"><p><small><a href="http://www.jquery-dev.com/2009/01/21/slider-plugin-works-with-select-box">Original post</a> blogged at <a href="http://www.jquery-dev.com/">www.jquery-dev.com</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.jquery-dev.com/2009/01/21/slider-plugin-works-with-select-box#comments</comments>
		</item>
				<item>
			<title>Tutorial for totaling table columns using jQuery</title>
			<link>http://www.jquery-dev.com/2008/12/09/tutorial-for-totaling-table-columns-usin</link>
			<pubDate>Tue, 09 Dec 2008 19:27:43 +0000</pubDate>			<dc:creator>Jack K</dc:creator>
			<category domain="main">Tutorials</category>			<guid isPermaLink="false">51@http://www.jquery-dev.com/</guid>
						<description>&lt;p&gt;Here's a tutorial that shows one way to calculate totals for a set of columns in an HTML table:&lt;br /&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://beckelman.net/post/2008/11/13/Totals-and-Averages-of-Column-Data-on-Client-Side-Using-JavaScript-and-jQuery-Demo.aspx&quot;&gt;http://beckelman.net/post/2008/11/13/Totals-and-Averages-of-Column-Data-on-Client-Side-Using-JavaScript-and-jQuery-Demo.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This is the kind of thing that often shows up as a requirement in reporting tables and gives you a little jquery sample code for getting them in place.&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.jquery-dev.com/2008/12/09/tutorial-for-totaling-table-columns-usin&quot;&gt;Original post&lt;/a&gt; blogged at &lt;a href=&quot;http://www.jquery-dev.com/&quot;&gt;www.jquery-dev.com&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Here's a tutorial that shows one way to calculate totals for a set of columns in an HTML table:<br /><br /><a target="_blank" href="http://beckelman.net/post/2008/11/13/Totals-and-Averages-of-Column-Data-on-Client-Side-Using-JavaScript-and-jQuery-Demo.aspx">http://beckelman.net/post/2008/11/13/Totals-and-Averages-of-Column-Data-on-Client-Side-Using-JavaScript-and-jQuery-Demo.aspx</a><br /><br />This is the kind of thing that often shows up as a requirement in reporting tables and gives you a little jquery sample code for getting them in place.<br /></p><div class="item_footer"><p><small><a href="http://www.jquery-dev.com/2008/12/09/tutorial-for-totaling-table-columns-usin">Original post</a> blogged at <a href="http://www.jquery-dev.com/">www.jquery-dev.com</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.jquery-dev.com/2008/12/09/tutorial-for-totaling-table-columns-usin#comments</comments>
		</item>
				<item>
			<title>jQuery Object Cache plugin</title>
			<link>http://www.jquery-dev.com/2008/12/09/jquery-object-cache-plugin</link>
			<pubDate>Tue, 09 Dec 2008 19:25:51 +0000</pubDate>			<dc:creator>Jack K</dc:creator>
			<category domain="main">Plugins</category>			<guid isPermaLink="false">49@http://www.jquery-dev.com/</guid>
						<description>&lt;p&gt;The jQuery Object Cache plugin showed up on my radar a few days ago. It's a neat little plugin that would come in handy if you've got some jQuery selectors that you find you're re-using often on a page and would like to toss them into a cache instead of refetching them each time you need them:&lt;br /&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.decodeuri.com/2008/11/20/new-jquery-plugin-object-cache/&quot;&gt;http://www.decodeuri.com/2008/11/20/new-jquery-plugin-object-cache&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I could see using this on smaller projects, but more than likely we'd end up using it on larger projects where a page has a lot of dynamic activity going on in the browser. Usually we just set a local var using something like:&lt;br /&gt;&lt;br /&gt;var $listItems = $('#list li');&lt;br /&gt;&lt;br /&gt;and then we reuse the $listItems var, but Object Cache would allow us to stuff the results of the selector into a cache, so we wouldn't have to grab them from the DOM again.&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.jquery-dev.com/2008/12/09/jquery-object-cache-plugin&quot;&gt;Original post&lt;/a&gt; blogged at &lt;a href=&quot;http://www.jquery-dev.com/&quot;&gt;www.jquery-dev.com&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>The jQuery Object Cache plugin showed up on my radar a few days ago. It's a neat little plugin that would come in handy if you've got some jQuery selectors that you find you're re-using often on a page and would like to toss them into a cache instead of refetching them each time you need them:<br /><br /><a target="_blank" href="http://www.decodeuri.com/2008/11/20/new-jquery-plugin-object-cache/">http://www.decodeuri.com/2008/11/20/new-jquery-plugin-object-cache</a><br /><br />I could see using this on smaller projects, but more than likely we'd end up using it on larger projects where a page has a lot of dynamic activity going on in the browser. Usually we just set a local var using something like:<br /><br />var $listItems = $('#list li');<br /><br />and then we reuse the $listItems var, but Object Cache would allow us to stuff the results of the selector into a cache, so we wouldn't have to grab them from the DOM again.<br /></p><div class="item_footer"><p><small><a href="http://www.jquery-dev.com/2008/12/09/jquery-object-cache-plugin">Original post</a> blogged at <a href="http://www.jquery-dev.com/">www.jquery-dev.com</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.jquery-dev.com/2008/12/09/jquery-object-cache-plugin#comments</comments>
		</item>
				<item>
			<title>jQuery lightBox plugin - graceful lightbox</title>
			<link>http://www.jquery-dev.com/2008/12/05/jquery-lightbox-plugin-graceful-lightbox</link>
			<pubDate>Sat, 06 Dec 2008 00:38:58 +0000</pubDate>			<dc:creator>Jack K</dc:creator>
			<category domain="main">Plugins</category>			<guid isPermaLink="false">47@http://www.jquery-dev.com/</guid>
						<description>&lt;p&gt;Posting &lt;a href=&quot;http://www.jquery-dev.com/2008/12/05/tip-for-opening-jquery-thickbox-via-code&quot;&gt;about Thickbox&lt;/a&gt; reminded me of this lightbox jQuery plugin, which has become my current fav for putting together quick galleries (like for flickr feeds and such). I'm also a sucker for the nice design at the site. And, as an extra bonus, picking through the source of this page is how I originally found the &lt;a href=&quot;http://www.jquery-dev.com/2008/11/24/jquery-idtabs-clean-simple-effective-tab&quot;&gt;idTabs plugin&lt;/a&gt; (way back when this plugin was originally released), which has become one of my most frequently used plugins.&lt;br /&gt;&lt;br /&gt;Anway, back to the point, here's the jQuery lightbox plugin:&lt;br /&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://leandrovieira.com/projects/jquery/lightbox/&quot;&gt;http://leandrovieira.com/projects/jquery/lightbox/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I've found it to be nicely reliable across browsers, and it &quot;feels&quot; lightweight, requiring minimal mucking around the in the CSS to get it working and to style it (though I've gotta say I haven't had much need to actually mod it's styling). FYI, we almost always use a CSS reset file (usually the YUI one, but sometimes just a plain old * reset for setting padding and margins to 0) and this has played very nicely with that.&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.jquery-dev.com/2008/12/05/jquery-lightbox-plugin-graceful-lightbox&quot;&gt;Original post&lt;/a&gt; blogged at &lt;a href=&quot;http://www.jquery-dev.com/&quot;&gt;www.jquery-dev.com&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Posting <a href="http://www.jquery-dev.com/2008/12/05/tip-for-opening-jquery-thickbox-via-code">about Thickbox</a> reminded me of this lightbox jQuery plugin, which has become my current fav for putting together quick galleries (like for flickr feeds and such). I'm also a sucker for the nice design at the site. And, as an extra bonus, picking through the source of this page is how I originally found the <a href="http://www.jquery-dev.com/2008/11/24/jquery-idtabs-clean-simple-effective-tab">idTabs plugin</a> (way back when this plugin was originally released), which has become one of my most frequently used plugins.<br /><br />Anway, back to the point, here's the jQuery lightbox plugin:<br /><br /><a target="_blank" href="http://leandrovieira.com/projects/jquery/lightbox/">http://leandrovieira.com/projects/jquery/lightbox/</a><br /><br />I've found it to be nicely reliable across browsers, and it "feels" lightweight, requiring minimal mucking around the in the CSS to get it working and to style it (though I've gotta say I haven't had much need to actually mod it's styling). FYI, we almost always use a CSS reset file (usually the YUI one, but sometimes just a plain old * reset for setting padding and margins to 0) and this has played very nicely with that.<br /></p><div class="item_footer"><p><small><a href="http://www.jquery-dev.com/2008/12/05/jquery-lightbox-plugin-graceful-lightbox">Original post</a> blogged at <a href="http://www.jquery-dev.com/">www.jquery-dev.com</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.jquery-dev.com/2008/12/05/jquery-lightbox-plugin-graceful-lightbox#comments</comments>
		</item>
				<item>
			<title>Tip for opening jQuery thickbox programmatically</title>
			<link>http://www.jquery-dev.com/2008/12/05/tip-for-opening-jquery-thickbox-via-code</link>
			<pubDate>Sat, 06 Dec 2008 00:32:27 +0000</pubDate>			<dc:creator>Jack K</dc:creator>
			<category domain="main">Documents</category>			<guid isPermaLink="false">46@http://www.jquery-dev.com/</guid>
						<description>&lt;p&gt;jQuery &lt;a target=&quot;_blank&quot; href=&quot;http://jquery.com/demo/thickbox/&quot;&gt;Thickbox&lt;/a&gt; has been around for a while and we've used it in a bunch of projects and every time I decide I want to open a thickbox programmatically, instead of via the usual binding method, I have to fish for how to do it. The last time I went fishing, I found this and decided to post about it, thinking, &quot;hey, if I post about it, I might actually remember where to find it next time I go fishing&quot;. OK, yeah, I'll probably still have to google for it, but anyway, here's the link:&lt;br /&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://blog.gridworlds.com/js/working-with-thickbox&quot;&gt;http://blog.gridworlds.com/js/working-with-thickbox&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Look down the page for &quot;Calling Thickbox via JavaScript&quot;. Bingo.&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.jquery-dev.com/2008/12/05/tip-for-opening-jquery-thickbox-via-code&quot;&gt;Original post&lt;/a&gt; blogged at &lt;a href=&quot;http://www.jquery-dev.com/&quot;&gt;www.jquery-dev.com&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>jQuery <a target="_blank" href="http://jquery.com/demo/thickbox/">Thickbox</a> has been around for a while and we've used it in a bunch of projects and every time I decide I want to open a thickbox programmatically, instead of via the usual binding method, I have to fish for how to do it. The last time I went fishing, I found this and decided to post about it, thinking, "hey, if I post about it, I might actually remember where to find it next time I go fishing". OK, yeah, I'll probably still have to google for it, but anyway, here's the link:<br /><br /><a target="_blank" href="http://blog.gridworlds.com/js/working-with-thickbox">http://blog.gridworlds.com/js/working-with-thickbox</a><br /><br />Look down the page for "Calling Thickbox via JavaScript". Bingo.<br /></p><div class="item_footer"><p><small><a href="http://www.jquery-dev.com/2008/12/05/tip-for-opening-jquery-thickbox-via-code">Original post</a> blogged at <a href="http://www.jquery-dev.com/">www.jquery-dev.com</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.jquery-dev.com/2008/12/05/tip-for-opening-jquery-thickbox-via-code#comments</comments>
		</item>
				<item>
			<title>jqModal, jQuery modal popups plugin</title>
			<link>http://www.jquery-dev.com/2008/12/02/jqmodal-jquery-modal-popup-plugin</link>
			<pubDate>Tue, 02 Dec 2008 21:08:02 +0000</pubDate>			<dc:creator>Jack K</dc:creator>
			<category domain="main">Plugins</category>			<guid isPermaLink="false">48@http://www.jquery-dev.com/</guid>
						<description>&lt;p&gt;The jqModal is an &quot;oldie but goodie&quot; plugin. It's been around for a while and revved a few times and has been pretty reliable for what we've used it for.&lt;br /&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://dev.iceburg.net/jquery/jqModal/&quot;&gt;http://dev.iceburg.net/jquery/jqModal/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I've gotta admit, initially getting it working was a bit frustrating for me at first. At the time (a while back) I had just started exploring jQuery modal plugins and wasn't really sure which would do the job. I sunk some time into this and after some initial stumbling, gave up. Then I messed with some others and was like, &quot;fark, that sucked&quot; (especially with cross-browser checks), and came back to this one. &lt;br /&gt;&lt;br /&gt;Glad I did. Once I figured out how to get it set up (the css matters a lot, take a good look at the examples), it did the job and I've used it in a bunch of projects since then, which also gave me some opportunities to try more of it's features. All panned out well.&lt;br /&gt;&lt;br /&gt;This is a nice one to use when something like &lt;a target=&quot;_blank&quot; href=&quot;http://jquery.com/demo/thickbox/&quot;&gt;jQuery Thickbox&lt;/a&gt; feels like overkill and you're really looking mainly to show dialogs and messages. We've had some other cases where we needed to show external sites in the modal and for those cases opted for Thickbox or the &lt;a target=&quot;_blank&quot; href=&quot;http://docs.jquery.com/UI/Dialog&quot;&gt;jQuery UI dialog &lt;/a&gt;widget, though there's a 3rd party example of opening an external site at the bottom of the jqModal examples (I haven't tried it).&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.jquery-dev.com/2008/12/02/jqmodal-jquery-modal-popup-plugin&quot;&gt;Original post&lt;/a&gt; blogged at &lt;a href=&quot;http://www.jquery-dev.com/&quot;&gt;www.jquery-dev.com&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>The jqModal is an "oldie but goodie" plugin. It's been around for a while and revved a few times and has been pretty reliable for what we've used it for.<br /><br /><a target="_blank" href="http://dev.iceburg.net/jquery/jqModal/">http://dev.iceburg.net/jquery/jqModal/</a><br /><br />I've gotta admit, initially getting it working was a bit frustrating for me at first. At the time (a while back) I had just started exploring jQuery modal plugins and wasn't really sure which would do the job. I sunk some time into this and after some initial stumbling, gave up. Then I messed with some others and was like, "fark, that sucked" (especially with cross-browser checks), and came back to this one. <br /><br />Glad I did. Once I figured out how to get it set up (the css matters a lot, take a good look at the examples), it did the job and I've used it in a bunch of projects since then, which also gave me some opportunities to try more of it's features. All panned out well.<br /><br />This is a nice one to use when something like <a target="_blank" href="http://jquery.com/demo/thickbox/">jQuery Thickbox</a> feels like overkill and you're really looking mainly to show dialogs and messages. We've had some other cases where we needed to show external sites in the modal and for those cases opted for Thickbox or the <a target="_blank" href="http://docs.jquery.com/UI/Dialog">jQuery UI dialog </a>widget, though there's a 3rd party example of opening an external site at the bottom of the jqModal examples (I haven't tried it).<br /><br /></p><div class="item_footer"><p><small><a href="http://www.jquery-dev.com/2008/12/02/jqmodal-jquery-modal-popup-plugin">Original post</a> blogged at <a href="http://www.jquery-dev.com/">www.jquery-dev.com</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.jquery-dev.com/2008/12/02/jqmodal-jquery-modal-popup-plugin#comments</comments>
		</item>
				<item>
			<title>jQuery pop! Simple drop down content plugin</title>
			<link>http://www.jquery-dev.com/2008/12/02/jquery-pop-simple-drop-down-content-plug</link>
			<pubDate>Tue, 02 Dec 2008 17:32:06 +0000</pubDate>			<dc:creator>Jack K</dc:creator>
			<category domain="main">Plugins</category>			<guid isPermaLink="false">45@http://www.jquery-dev.com/</guid>
						<description>&lt;p&gt;jQuery pop is a simple little plugin that lets you put an up/down arrow anywhere on your page and when clicked it shows some content in a dropdown div. Handy for those times when you need a mini &quot;menu&quot; effect for a single item, but don't want all the overhead of a menu plugin (and don't need fly-out submenu's).&lt;br /&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://pop.seaofclouds.com/&quot;&gt;http://pop.seaofclouds.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I haven't actually used this one yet, but got it queued up for a little spin.&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.jquery-dev.com/2008/12/02/jquery-pop-simple-drop-down-content-plug&quot;&gt;Original post&lt;/a&gt; blogged at &lt;a href=&quot;http://www.jquery-dev.com/&quot;&gt;www.jquery-dev.com&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>jQuery pop is a simple little plugin that lets you put an up/down arrow anywhere on your page and when clicked it shows some content in a dropdown div. Handy for those times when you need a mini "menu" effect for a single item, but don't want all the overhead of a menu plugin (and don't need fly-out submenu's).<br /><br /><a target="_blank" href="http://pop.seaofclouds.com/">http://pop.seaofclouds.com/</a><br /><br />I haven't actually used this one yet, but got it queued up for a little spin.<br /></p><div class="item_footer"><p><small><a href="http://www.jquery-dev.com/2008/12/02/jquery-pop-simple-drop-down-content-plug">Original post</a> blogged at <a href="http://www.jquery-dev.com/">www.jquery-dev.com</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.jquery-dev.com/2008/12/02/jquery-pop-simple-drop-down-content-plug#comments</comments>
		</item>
				<item>
			<title>jQuery emptyonclick Plugin - form field watermarks</title>
			<link>http://www.jquery-dev.com/2008/11/25/jquery-form-field-watermark-plugin</link>
			<pubDate>Tue, 25 Nov 2008 23:49:07 +0000</pubDate>			<dc:creator>Jack K</dc:creator>
			<category domain="main">Plugins</category>			<guid isPermaLink="false">53@http://www.jquery-dev.com/</guid>
						<description>&lt;p&gt;The jQuery emptyonclick plugin solves a common problem nicely, creating &quot;watermark&quot; text inside a form field.&lt;br /&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.madewithlove.be/blog/the-jquery-emptyonclick-plugin/&quot;&gt;http://www.madewithlove.be/blog/the-jquery-emptyonclick-plugin/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I've actually tried a few plugins for this kind of effect and most solutions have some kind of problem with them. There are a few subtleties to solving the problem nicely. I ran some tests on this one and didn't find any gotcha's or special requirements that would make it seem annoying to use.&lt;br /&gt;&lt;br /&gt;Worth remembering. Solves a seemingly simple problem in a simple seeming way.&lt;br /&gt;&lt;br /&gt;A note: if the form that the field you're watermarking has reset or submit buttons, an event handler gets bound to them that will clear the value in your watermarked fields if it's the same value as the default for the field. That will probably be useful and probably won't get in your way, but it's something to be aware of.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.jquery-dev.com/2008/11/25/jquery-form-field-watermark-plugin&quot;&gt;Original post&lt;/a&gt; blogged at &lt;a href=&quot;http://www.jquery-dev.com/&quot;&gt;www.jquery-dev.com&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>The jQuery emptyonclick plugin solves a common problem nicely, creating "watermark" text inside a form field.<br /><br /><a target="_blank" href="http://www.madewithlove.be/blog/the-jquery-emptyonclick-plugin/">http://www.madewithlove.be/blog/the-jquery-emptyonclick-plugin/</a><br /><br />I've actually tried a few plugins for this kind of effect and most solutions have some kind of problem with them. There are a few subtleties to solving the problem nicely. I ran some tests on this one and didn't find any gotcha's or special requirements that would make it seem annoying to use.<br /><br />Worth remembering. Solves a seemingly simple problem in a simple seeming way.<br /><br />A note: if the form that the field you're watermarking has reset or submit buttons, an event handler gets bound to them that will clear the value in your watermarked fields if it's the same value as the default for the field. That will probably be useful and probably won't get in your way, but it's something to be aware of.<br /><br /><br /><br /></p><div class="item_footer"><p><small><a href="http://www.jquery-dev.com/2008/11/25/jquery-form-field-watermark-plugin">Original post</a> blogged at <a href="http://www.jquery-dev.com/">www.jquery-dev.com</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.jquery-dev.com/2008/11/25/jquery-form-field-watermark-plugin#comments</comments>
		</item>
			</channel>
</rss>
