<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/jquery/tags/clear</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 21:47:09 GMT</pubDate>
<item>
<title>(jQuery) jQuery: Clear All Text Fields (with one line of code) - mattvbiggs</title>
<link>http://snipplr.com/view/69091/jquery-clear-all-text-fields-with-one-line-of-code/</link>
<description><![CDATA[ <p>This can come in handy for a reset or cancel button. You can clear all inputs within a single div in one line of code. Pretty sexy.</p> ]]></description>
<pubDate>Thu, 13 Dec 2012 05:27:36 GMT</pubDate>
<guid>http://snipplr.com/view/69091/jquery-clear-all-text-fields-with-one-line-of-code/</guid>
</item>
<item>
<title>(jQuery) Clear all text fields on focus based on original value with single function - Huskie</title>
<link>http://snipplr.com/view/64478/clear-all-text-fields-on-focus-based-on-original-value-with-single-function/</link>
<description><![CDATA[ <p>Clear all text fields on focus based on original value with single function. The code checks for a 'title' attribute on each input with class 'text' and compares this to the current value of the field.</p> ]]></description>
<pubDate>Tue, 10 Apr 2012 19:29:59 GMT</pubDate>
<guid>http://snipplr.com/view/64478/clear-all-text-fields-on-focus-based-on-original-value-with-single-function/</guid>
</item>
<item>
<title>(jQuery) Reset/clear a form - vigoncas</title>
<link>http://snipplr.com/view/59011/resetclear-a-form/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 23 Sep 2011 14:20:43 GMT</pubDate>
<guid>http://snipplr.com/view/59011/resetclear-a-form/</guid>
</item>
<item>
<title>(jQuery) jQuery Text Clear and Restore - Fitzgenius</title>
<link>http://snipplr.com/view/55449/jquery-text-clear-and-restore/</link>
<description><![CDATA[ <p>This should enable you to clear elements such as search boxes effectively whilst maintaining usability.

Enjoy!</p> ]]></description>
<pubDate>Sat, 18 Jun 2011 06:07:16 GMT</pubDate>
<guid>http://snipplr.com/view/55449/jquery-text-clear-and-restore/</guid>
</item>
<item>
<title>(jQuery) Clear input default value on click - fadehelix</title>
<link>http://snipplr.com/view/48608/clear-input-default-value-on-click/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 08 Feb 2011 21:23:56 GMT</pubDate>
<guid>http://snipplr.com/view/48608/clear-input-default-value-on-click/</guid>
</item>
<item>
<title>(jQuery) Clear default text in an input box on focus - Some0ne</title>
<link>http://snipplr.com/view/48036/clear-default-text-in-an-input-box-on-focus/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 28 Jan 2011 06:14:23 GMT</pubDate>
<guid>http://snipplr.com/view/48036/clear-default-text-in-an-input-box-on-focus/</guid>
</item>
<item>
<title>(jQuery) jquery - clear text search - jelontok</title>
<link>http://snipplr.com/view/46460/jquery--clear-text-search/</link>
<description><![CDATA[ <p>simple jquery code to clear form fields</p> ]]></description>
<pubDate>Tue, 04 Jan 2011 11:30:17 GMT</pubDate>
<guid>http://snipplr.com/view/46460/jquery--clear-text-search/</guid>
</item>
<item>
<title>(jQuery) Simply clear the default input value on first :focus - yhs</title>
<link>http://snipplr.com/view/45743/simply-clear-the-default-input-value-on-first-focus/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 15 Dec 2010 04:03:35 GMT</pubDate>
<guid>http://snipplr.com/view/45743/simply-clear-the-default-input-value-on-first-focus/</guid>
</item>
<item>
<title>(jQuery) Simple click clear restore form label - davebowker</title>
<link>http://snipplr.com/view/43492/simple-click-clear-restore-form-label/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 03 Nov 2010 22:56:22 GMT</pubDate>
<guid>http://snipplr.com/view/43492/simple-click-clear-restore-form-label/</guid>
</item>
<item>
<title>(jQuery) JQuery: Select All / Clear / Cascade - mattvbiggs</title>
<link>http://snipplr.com/view/41288/jquery-select-all--clear--cascade/</link>
<description><![CDATA[ <p>This code can be used to create a MVC View User Control (.ascx) that will display a cascade or select all button with a clear button for checkboxes arranged in a hierarchy.</p> ]]></description>
<pubDate>Sat, 02 Oct 2010 01:12:24 GMT</pubDate>
<guid>http://snipplr.com/view/41288/jquery-select-all--clear--cascade/</guid>
</item>
<item>
<title>(jQuery) JQuery: Select All/Clear - mattvbiggs</title>
<link>http://snipplr.com/view/41113/jquery-select-allclear/</link>
<description><![CDATA[ <p>This is used in combination with JavaScript and MVC (hence the ViewData object). If this code is pasted into a MVC View User Control (.ascx) file, it becomes a reusable Select All/Clear control. It was originally written with a C# codebase. It will work in VB as well, with minor changes (i.e. change all square brackets around ViewData to parenthesis). Also, below the closing script tag is code that is used to call the control. Make sure the string value of the first parameter matches the name of the ascx file that contains the script.</p> ]]></description>
<pubDate>Tue, 28 Sep 2010 23:41:51 GMT</pubDate>
<guid>http://snipplr.com/view/41113/jquery-select-allclear/</guid>
</item>
<item>
<title>(jQuery) Auto Clear Search Box Value on focus - supermauerbros</title>
<link>http://snipplr.com/view/38248/auto-clear-search-box-value-on-focus/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 03 Aug 2010 03:29:23 GMT</pubDate>
<guid>http://snipplr.com/view/38248/auto-clear-search-box-value-on-focus/</guid>
</item>
<item>
<title>(jQuery) JS, JQUERY : mettre une fonction en queue et  annuler l'exécution d'une fonction en queue avec queue(), dequeue(), clearQueue() - alexandrepayet</title>
<link>http://snipplr.com/view/32411/js-jquery--mettre-une-fonction-en-queue-et--annuler-lexcution-dune-fonction-en-queue-avec-queue-dequeue-clearqueue/</link>
<description><![CDATA[ <p>ici on souhaite qu'une info s'affiche aux survole d'un  mais seulement une fois qu'un délai de 650 millisecondes est passé. Cependant si l'user ne survole plus la zone avant la fin du délai, il faut interrompre l'affichage de l'info. Voilà une manière simple de procéder.</p> ]]></description>
<pubDate>Tue, 20 Apr 2010 02:04:57 GMT</pubDate>
<guid>http://snipplr.com/view/32411/js-jquery--mettre-une-fonction-en-queue-et--annuler-lexcution-dune-fonction-en-queue-avec-queue-dequeue-clearqueue/</guid>
</item>
<item>
<title>(jQuery) CLEAR INPUT ON FOCUS FUNCTION - vagrantradio</title>
<link>http://snipplr.com/view/28434/clear-input-on-focus-function/</link>
<description><![CDATA[ <p>Clears input or search field on focus.</p> ]]></description>
<pubDate>Tue, 16 Feb 2010 15:46:18 GMT</pubDate>
<guid>http://snipplr.com/view/28434/clear-input-on-focus-function/</guid>
</item>
<item>
<title>(jQuery) autofill and clear text input - flicity</title>
<link>http://snipplr.com/view/26706/autofill-and-clear-text-input/</link>
<description><![CDATA[ <p>add a value to your text input e.g. "Enter keywords" and clear on-click</p> ]]></description>
<pubDate>Tue, 19 Jan 2010 08:38:00 GMT</pubDate>
<guid>http://snipplr.com/view/26706/autofill-and-clear-text-input/</guid>
</item>
<item>
<title>(jQuery) jQuery clearfix - elightbo</title>
<link>http://snipplr.com/view/25181/jquery-clearfix/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 21 Dec 2009 17:07:38 GMT</pubDate>
<guid>http://snipplr.com/view/25181/jquery-clearfix/</guid>
</item>
</channel>
</rss>