<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 13:13:54 +0000</lastBuildDate>
    <item>
      <title>(jQuery) Get all values from form and send it to a page via Ajax - catswhocode</title>
      <link>https://snipplr.com/view/326204/get-all-values-from-form-and-send-it-to-a-page-via-ajax</link>
      <description>&lt;p&gt;Here’s a super handy snippet that I use very often. It works very simply: once the user clicks on #submit, the data from #form is serialized and sent to a remote page using the POST method.&lt;/p&gt;</description>
      <pubDate>Sat, 19 Aug 2017 21:47:45 UTC</pubDate>
      <guid>https://snipplr.com/view/326204/get-all-values-from-form-and-send-it-to-a-page-via-ajax</guid>
    </item>
    <item>
      <title>(HTML) Contact Form 7 Fields on 2 Columns - deliciousthemes</title>
      <link>https://snipplr.com/view/294749/contact-form-7-fields-on-2-columns</link>
      <description>&lt;p&gt;Displaying Contact Form 7 fields on 2 columns using CSS.&lt;/p&gt;</description>
      <pubDate>Sat, 07 Jan 2017 03:12:32 UTC</pubDate>
      <guid>https://snipplr.com/view/294749/contact-form-7-fields-on-2-columns</guid>
    </item>
    <item>
      <title>(CSS) getting rid of default form styles - vaisakh</title>
      <link>https://snipplr.com/view/151354/getting-rid-of-default-form-styles</link>
      <description>&lt;p&gt;this gets rid of all default form styles set by browser&lt;/p&gt;</description>
      <pubDate>Mon, 15 Aug 2016 14:25:56 UTC</pubDate>
      <guid>https://snipplr.com/view/151354/getting-rid-of-default-form-styles</guid>
    </item>
    <item>
      <title>(JavaScript) Verify email address - flatearthcomms</title>
      <link>https://snipplr.com/view/105332/verify-email-address</link>
      <description>&lt;p&gt;Allows for forname.o'surname@place.com&lt;/p&gt;</description>
      <pubDate>Tue, 21 Jul 2015 21:21:25 UTC</pubDate>
      <guid>https://snipplr.com/view/105332/verify-email-address</guid>
    </item>
    <item>
      <title>(PHP) Send simple SMS with PHP - Afilnet</title>
      <link>https://snipplr.com/view/91414/send-simple-sms-with-php</link>
      <description>&lt;p&gt;Simple script to send SMS throught our HTTP API (Afilnet) with PHP. Steps:&#13;
1.- Register in Afilnet. http://www.afilnet.com/anunciante/registrar.php&#13;
2.- Login and get credits (10 free) to send SMS&#13;
3.- Use this script or html form example include in this download link: http://www.afilnet.com/programacion/sms/PHP/HTTP/examples/send-simple-sms.zip&lt;/p&gt;</description>
      <pubDate>Mon, 23 Feb 2015 23:22:45 UTC</pubDate>
      <guid>https://snipplr.com/view/91414/send-simple-sms-with-php</guid>
    </item>
    <item>
      <title>(PHP) translate non alphanumeric characters from file name into underscores - flatearthcomms</title>
      <link>https://snipplr.com/view/90233/translate-non-alphanumeric-characters-from-file-name-into-underscores</link>
      <description>&lt;p&gt;Translate non alphanumeric characters into an underscore. Doesn't create double underscores if there's two spaces in a row. Also turns name to lowercase. Use with trim to avoid spaces at front or end.&lt;/p&gt;</description>
      <pubDate>Fri, 13 Feb 2015 11:32:11 UTC</pubDate>
      <guid>https://snipplr.com/view/90233/translate-non-alphanumeric-characters-from-file-name-into-underscores</guid>
    </item>
    <item>
      <title>(HTML) Contact Form - HTML - lpiaitdepok</title>
      <link>https://snipplr.com/view/84722/contact-form--html</link>
      <description>&lt;p&gt;Contact Form in HTML&#13;
- without CSS&#13;
- html 4 compatibility&lt;/p&gt;</description>
      <pubDate>Mon, 22 Dec 2014 21:59:56 UTC</pubDate>
      <guid>https://snipplr.com/view/84722/contact-form--html</guid>
    </item>
    <item>
      <title>(PHP) WebEdition Selectfeld BundeslÃ¤nder Deutschland - ulfinger</title>
      <link>https://snipplr.com/view/84475/webedition-selectfeld-bundeslnder-deutschland</link>
      <description>&lt;p&gt;Select aus vorhandenen Daten des Datenbankobjektes&lt;/p&gt;</description>
      <pubDate>Thu, 18 Dec 2014 21:27:17 UTC</pubDate>
      <guid>https://snipplr.com/view/84475/webedition-selectfeld-bundeslnder-deutschland</guid>
    </item>
    <item>
      <title>(HTML) Contact Form 7 Ordering Form - FlashBuddy</title>
      <link>https://snipplr.com/view/80081/contact-form-7-ordering-form</link>
      <description>&lt;p&gt;Jump start effort required to create a simple order form. Form collects product/service info, shipping details, payment details and customer billing/shipping details.&lt;/p&gt;</description>
      <pubDate>Tue, 21 Oct 2014 01:10:06 UTC</pubDate>
      <guid>https://snipplr.com/view/80081/contact-form-7-ordering-form</guid>
    </item>
    <item>
      <title>(JavaScript) FILL DATE INPUT WITH FIRST AND LAST DAY OF CURRENT MONTH - Igeco</title>
      <link>https://snipplr.com/view/79876/fill-date-input-with-first-and-last-day-of-current-month</link>
      <description>&lt;p&gt;Permet de prÃ©remplir des champs avec le premier et le dernier jour du mois courant au format jj/mm/aaaa&lt;/p&gt;</description>
      <pubDate>Thu, 16 Oct 2014 19:05:57 UTC</pubDate>
      <guid>https://snipplr.com/view/79876/fill-date-input-with-first-and-last-day-of-current-month</guid>
    </item>
    <item>
      <title>(jQuery) Numbers only in an input field - Igeco</title>
      <link>https://snipplr.com/view/79299/numbers-only-in-an-input-field</link>
      <description>&lt;p&gt;MÃ©thode n'autorisant que les nombres (positifs/nÃ©gatifs/dÃ©cimaux avec virgules ou points) dans un champ&lt;/p&gt;</description>
      <pubDate>Fri, 10 Oct 2014 02:40:09 UTC</pubDate>
      <guid>https://snipplr.com/view/79299/numbers-only-in-an-input-field</guid>
    </item>
    <item>
      <title>(jQuery) Only Numbers In An Input - sebabarre</title>
      <link>https://snipplr.com/view/79294/only-numbers-in-an-input</link>
      <description>&lt;p&gt;N'autorise que les chiffres (avec , ou . ou nÃ©gatifs) dans un input&lt;/p&gt;</description>
      <pubDate>Thu, 09 Oct 2014 20:28:18 UTC</pubDate>
      <guid>https://snipplr.com/view/79294/only-numbers-in-an-input</guid>
    </item>
    <item>
      <title>(ASP) ASP.net Dropdown U.S States (non-abbreviated) - windmarble</title>
      <link>https://snipplr.com/view/78413/aspnet-dropdown-us-states-nonabbreviated</link>
      <description>&lt;p&gt;To select a US State from a form.&lt;/p&gt;</description>
      <pubDate>Fri, 26 Sep 2014 22:50:02 UTC</pubDate>
      <guid>https://snipplr.com/view/78413/aspnet-dropdown-us-states-nonabbreviated</guid>
    </item>
    <item>
      <title>(C#) MVC Ajax Submit Form - DennisvanderStelt</title>
      <link>https://snipplr.com/view/74757/mvc-ajax-submit-form</link>
      <description>&lt;p&gt;How to submit a form asynchronously and get result in JSON&lt;/p&gt;</description>
      <pubDate>Fri, 06 Jun 2014 00:34:47 UTC</pubDate>
      <guid>https://snipplr.com/view/74757/mvc-ajax-submit-form</guid>
    </item>
    <item>
      <title>(SASS) Custom Select Inputs - eklemen</title>
      <link>https://snipplr.com/view/73819/custom-select-inputs</link>
      <description>&lt;p&gt;SASS to customize the appearance of select inputs&lt;/p&gt;</description>
      <pubDate>Sat, 08 Mar 2014 05:27:31 UTC</pubDate>
      <guid>https://snipplr.com/view/73819/custom-select-inputs</guid>
    </item>
    <item>
      <title>(CSS) Facebook Login Form - jntu_gnec</title>
      <link>https://snipplr.com/view/71069/facebook-login-form</link>
      <description>&lt;p&gt;Tested in Firefox 4, Safari 4, Chrome 14, Opera 10, IE 8 (and newer)&lt;/p&gt;</description>
      <pubDate>Tue, 07 May 2013 01:43:35 UTC</pubDate>
      <guid>https://snipplr.com/view/71069/facebook-login-form</guid>
    </item>
    <item>
      <title>(jQuery) Post form by AJAX and jQuery - khaled__mahmoud</title>
      <link>https://snipplr.com/view/70989/post-form-by-ajax-and-jquery</link>
      <description>&lt;p&gt;This code shows how we post HTML form by AJAX and jQuery.&lt;/p&gt;</description>
      <pubDate>Wed, 01 May 2013 06:27:04 UTC</pubDate>
      <guid>https://snipplr.com/view/70989/post-form-by-ajax-and-jquery</guid>
    </item>
    <item>
      <title>(C#) Draw a border around the form - thomas-h</title>
      <link>https://snipplr.com/view/70479/draw-a-border-around-the-form</link>
      <description>&lt;p&gt;Draw a border around the form.&#13;
Add to the paint event handler.&lt;/p&gt;</description>
      <pubDate>Wed, 20 Mar 2013 06:44:28 UTC</pubDate>
      <guid>https://snipplr.com/view/70479/draw-a-border-around-the-form</guid>
    </item>
    <item>
      <title>(JavaScript) Helpful Dynamics CRM 2011 form scripting tidbits - chetkloss</title>
      <link>https://snipplr.com/view/70033/helpful-dynamics-crm-2011-form-scripting-tidbits</link>
      <description>&lt;p&gt;A set of common From scripting tasks&lt;/p&gt;</description>
      <pubDate>Thu, 21 Feb 2013 08:14:28 UTC</pubDate>
      <guid>https://snipplr.com/view/70033/helpful-dynamics-crm-2011-form-scripting-tidbits</guid>
    </item>
    <item>
      <title>(CSS) Styling select options - COBOLdinosaur</title>
      <link>https://snipplr.com/view/69895/styling-select-options</link>
      <description>&lt;p&gt;In modern browsers select options can now be style using most css properties. Of course, IE is still behind but it does support some styling as well.  There are a lot more options on the site.&lt;/p&gt;</description>
      <pubDate>Tue, 12 Feb 2013 07:58:57 UTC</pubDate>
      <guid>https://snipplr.com/view/69895/styling-select-options</guid>
    </item>
    <item>
      <title>(JavaScript) Remove $ from HTML form on submit - lromak</title>
      <link>https://snipplr.com/view/69426/remove--from-html-form-on-submit</link>
      <description>&lt;p&gt;Removes $ from HTML form post, allows only number and decimal points. Has $ display in field but disappear when onfocus.&lt;/p&gt;</description>
      <pubDate>Fri, 11 Jan 2013 07:26:30 UTC</pubDate>
      <guid>https://snipplr.com/view/69426/remove--from-html-form-on-submit</guid>
    </item>
    <item>
      <title>(JavaScript) Clear form with JavaScript - laxman2021</title>
      <link>https://snipplr.com/view/68796/clear-form-with-javascript</link>
      <description>&lt;p&gt;JavaScript is the only option, if you want to have the ability to clear all form fields. Yes, HTML form has Reset method, but if the form has initial values, then Reset will return the form to the initial state instead of clear input fields. This example also shows how to create an access loop for each form element. You can uncomment alert before "switch" line and you will see the message before element value is cleared. Drop down select-one will be set to its first option because it can not be treated like input text field or select-multiple&lt;/p&gt;</description>
      <pubDate>Wed, 28 Nov 2012 14:39:07 UTC</pubDate>
      <guid>https://snipplr.com/view/68796/clear-form-with-javascript</guid>
    </item>
    <item>
      <title>(JavaScript) Shift+Click to Select/Deselect Checkboxes. - ReedD19</title>
      <link>https://snipplr.com/view/67570/shiftclick-to-selectdeselect-checkboxes</link>
      <description>&lt;p&gt;Allows you to click a given checkbox X, then shift click another checkbox Y. All checkboxes between X and Y will be checked or unchecked based on the state of checkbox Y. i.e. if you're unchecking Y all boxes between X and Y will also be unchecked.&lt;/p&gt;</description>
      <pubDate>Wed, 03 Oct 2012 03:48:59 UTC</pubDate>
      <guid>https://snipplr.com/view/67570/shiftclick-to-selectdeselect-checkboxes</guid>
    </item>
    <item>
      <title>(XSLT) How to create a sharepoint data form web part that uses only client side JavaScript - rumremix</title>
      <link>https://snipplr.com/view/67364/how-to-create-a-sharepoint-data-form-web-part-that-uses-only-client-side-javascript</link>
      <description>&lt;p&gt;With jQuery and SPServices, we have very powerful tools for accessing and manipulating Sharepoint data and precisiely contolling the presentation, entirely from the client side. But such solutions generally need to be either hard-coded into pages or require cumbersome content editor pastes or includes. The advantage of packaging a solution as a web part is that it is a breeze to drop it anywhere on the site. Using the technique below you can package up a purely HTML/JavaScript solution as a web part, combining the benefits of both.&#13;
&#13;
1. Create the HTML/JS content that you would like to turn into a web part in the manner you are most comfortable with&#13;
2. Create a dummy page in the site to initially hold our xslt&#13;
3. Open site in Sharepoint Designer&#13;
4. Find the page created in step 2, detach it from the page layout (by right clicking it), and open it for editing.&#13;
5. Place your cursor before the closing &lt; /ContentTemplate &gt; or closing &lt; /asp:Content &gt; tag&#13;
6. Paste the code in the source block below.&#13;
7. Find &#13;
Title="DataView 1" &#13;
in the code you pasted and replace it with&#13;
Title="MoreUsefulWebPartName" &#13;
8. Replace the contents between the opening and closing ![CDATA tags with the HTML and/or JavaScript you created in step 1&#13;
9. Select all of the new code, starting with and including the opening WebPartPages:DataFormWebPart tag and ending with and including the closing /WebPartPages:DataFormWebPart tag&#13;
10. Switch from code view to designer view. You may ignore any warning you see about missing data sources.&#13;
11. Click the web part tab&#13;
12. In the "Save Web part" section, select the manner in which you would like to save the new web part.&#13;
13. Give the web part a useful name&#13;
14. Once you make the new web part available in the web part gallery, users may now add your javascript solution to any page as they would any other web part.&lt;/p&gt;</description>
      <pubDate>Wed, 26 Sep 2012 05:06:47 UTC</pubDate>
      <guid>https://snipplr.com/view/67364/how-to-create-a-sharepoint-data-form-web-part-that-uses-only-client-side-javascript</guid>
    </item>
    <item>
      <title>(CSS) Disable Chrome styles for form elements - valenzine</title>
      <link>https://snipplr.com/view/67312/disable-chrome-styles-for-form-elements</link>
      <description>&lt;p&gt;If Chrome is bothering with unknown borders and things like that, just apply this.&lt;/p&gt;</description>
      <pubDate>Sat, 22 Sep 2012 02:14:27 UTC</pubDate>
      <guid>https://snipplr.com/view/67312/disable-chrome-styles-for-form-elements</guid>
    </item>
    <item>
      <title>(CSS) vertical alignment in forms with multiline labels (horizontal placement label - input) - Merstzik</title>
      <link>https://snipplr.com/view/67307/vertical-alignment-in-forms-with-multiline-labels-horizontal-placement-label--input</link>
      <description>&lt;p&gt;this snippet is for this html structure&#13;
&#13;
    %form&#13;
      %ol&#13;
        %li&#13;
          %label Label:&#13;
          %input&lt;/p&gt;</description>
      <pubDate>Fri, 21 Sep 2012 22:55:46 UTC</pubDate>
      <guid>https://snipplr.com/view/67307/vertical-alignment-in-forms-with-multiline-labels-horizontal-placement-label--input</guid>
    </item>
    <item>
      <title>(JavaScript) jQuery Form Attribute Change - stevielamb83</title>
      <link>https://snipplr.com/view/66885/jquery-form-attribute-change</link>
      <description>&lt;p&gt;Simply changes the name attribute on input elements when the page is loaded.&lt;/p&gt;</description>
      <pubDate>Fri, 24 Aug 2012 07:13:48 UTC</pubDate>
      <guid>https://snipplr.com/view/66885/jquery-form-attribute-change</guid>
    </item>
    <item>
      <title>(jQuery) Form input field value replace onchange with jQuery - bassdas</title>
      <link>https://snipplr.com/view/66709/form-input-field-value-replace-onchange-with-jquery</link>
      <description>&lt;p&gt;If someone put text into an input field (or automatic e.g. with a 2d barcode scanner) and you want to replace a part of the input (pattern) then will help this small jquery code snippet.&lt;/p&gt;</description>
      <pubDate>Tue, 14 Aug 2012 04:15:42 UTC</pubDate>
      <guid>https://snipplr.com/view/66709/form-input-field-value-replace-onchange-with-jquery</guid>
    </item>
    <item>
      <title>(JavaScript) POST form with jQuery (Ajax) - rickygri</title>
      <link>https://snipplr.com/view/66642/post-form-with-jquery-ajax</link>
      <description>&lt;p&gt;This send any value via POST to a PHP page. It is done with AJAX, so the POST return can be used on the same page as the submit&lt;/p&gt;</description>
      <pubDate>Fri, 10 Aug 2012 18:48:15 UTC</pubDate>
      <guid>https://snipplr.com/view/66642/post-form-with-jquery-ajax</guid>
    </item>
    <item>
      <title>(JavaScript) POST form with javascript (Non-Ajax) - rickygri</title>
      <link>https://snipplr.com/view/66619/post-form-with-javascript-nonajax</link>
      <description>&lt;p&gt;This javascript function takes the URL of the target page and an associative array of name/values paires and POSTs the data to the supplied URL by dynamically creating a form and then submitting it.&lt;/p&gt;</description>
      <pubDate>Fri, 10 Aug 2012 01:21:38 UTC</pubDate>
      <guid>https://snipplr.com/view/66619/post-form-with-javascript-nonajax</guid>
    </item>
    <item>
      <title>(JavaScript) select text in form element - charliefmoran</title>
      <link>https://snipplr.com/view/64721/select-text-in-form-element</link>
      <description>&lt;p&gt;cross-browser way to select all text in a form element, via Jason on Stack Overflow&lt;/p&gt;</description>
      <pubDate>Wed, 25 Apr 2012 07:10:09 UTC</pubDate>
      <guid>https://snipplr.com/view/64721/select-text-in-form-element</guid>
    </item>
    <item>
      <title>(JavaScript) Simular submit al hacer enter y tener un boton type="button" - rickyslow</title>
      <link>https://snipplr.com/view/63903/simular-submit-al-hacer-enter-y-tener-un-boton-typebutton</link>
      <description>&lt;p&gt;Simular submit al hacer enter y tener un boton type="button"&lt;/p&gt;</description>
      <pubDate>Tue, 13 Mar 2012 05:50:15 UTC</pubDate>
      <guid>https://snipplr.com/view/63903/simular-submit-al-hacer-enter-y-tener-un-boton-typebutton</guid>
    </item>
    <item>
      <title>(JavaScript) get GET and POST variables in javascript - FatFolderDesigner</title>
      <link>https://snipplr.com/view/62892/get-get-and-post-variables-in-javascript</link>
      <description>&lt;p&gt;Usually when working with form you use a server to handle it, and if your doing it entirely in javascript no reload is required, but what if you wanted to take the information and use it in a javascript on another page, completely client side. I had that problem, and found this solution.&#13;
&#13;
First is how to get GET variables in javascript, it works by breaking down the URL location with a regular expression giving you a variable that behaves like the PHP $_GET variable.&#13;
&#13;
Second is for POST variables and, unfortunately requires a server side script to work since javascript has no way to acces the POSt on it's own. The code below is for PHP, but should work for any language, it is also untested as I was really aiming for GET at the time.&#13;
&#13;
And questions, comments, or concerns let me know here or at the link, you'll find a bit more information this there as well.&lt;/p&gt;</description>
      <pubDate>Mon, 30 Jan 2012 09:43:54 UTC</pubDate>
      <guid>https://snipplr.com/view/62892/get-get-and-post-variables-in-javascript</guid>
    </item>
    <item>
      <title>(CSS) on focus remove default value and "itl" class - jesudasjj</title>
      <link>https://snipplr.com/view/60923/on-focus-remove-default-value-and-itl-class</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 17 Nov 2011 18:45:52 UTC</pubDate>
      <guid>https://snipplr.com/view/60923/on-focus-remove-default-value-and-itl-class</guid>
    </item>
    <item>
      <title>(JavaScript) function blur focus en jquery sur les valeurs des champs  d un formulaire - kspal</title>
      <link>https://snipplr.com/view/60815/function-blur-focus-en-jquery-sur-les-valeurs-des-champs--d-un-formulaire</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 15 Nov 2011 01:01:56 UTC</pubDate>
      <guid>https://snipplr.com/view/60815/function-blur-focus-en-jquery-sur-les-valeurs-des-champs--d-un-formulaire</guid>
    </item>
    <item>
      <title>(PHP) Magento Admin Form - etechblog</title>
      <link>https://snipplr.com/view/60493/magento-admin-form</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 03 Nov 2011 00:01:24 UTC</pubDate>
      <guid>https://snipplr.com/view/60493/magento-admin-form</guid>
    </item>
    <item>
      <title>(XSLT) hijack submit or save button on sharepoint list form to redirect - rumremix</title>
      <link>https://snipplr.com/view/60467/hijack-submit-or-save-button-on-sharepoint-list-form-to-redirect</link>
      <description>&lt;p&gt;Comment out the SharePoint:SaveButton tag and replace with input tag&lt;/p&gt;</description>
      <pubDate>Wed, 02 Nov 2011 10:13:46 UTC</pubDate>
      <guid>https://snipplr.com/view/60467/hijack-submit-or-save-button-on-sharepoint-list-form-to-redirect</guid>
    </item>
    <item>
      <title>(jQuery) Add \'label for\'  matching input dynamically - jbernus</title>
      <link>https://snipplr.com/view/60129/add-label-for--matching-input-dynamically</link>
      <description>&lt;p&gt;Dynamically add &lt;label&gt; HTML tag to input description, matching the input by adding an ID value to the input.&lt;/p&gt;</description>
      <pubDate>Tue, 25 Oct 2011 00:11:40 UTC</pubDate>
      <guid>https://snipplr.com/view/60129/add-label-for--matching-input-dynamically</guid>
    </item>
    <item>
      <title>(jQuery) Reset/clear a form - vigoncas</title>
      <link>https://snipplr.com/view/59011/resetclear-a-form</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 23 Sep 2011 14:20:43 UTC</pubDate>
      <guid>https://snipplr.com/view/59011/resetclear-a-form</guid>
    </item>
    <item>
      <title>(JavaScript) JavaScript to Standard Form converter (times 10^x) - Jellybean732</title>
      <link>https://snipplr.com/view/58775/javascript-to-standard-form-converter-times-10x</link>
      <description>&lt;p&gt;Use this to convert JavaScript numbers to official scientific standard form (e.g. 1.54 &amp;times; 10^3)&#13;
Uses HTML &amp;lt;sup&amp;gt; tags and &amp;times; symbol&#13;
&#13;
Example:&#13;
var number = 4.223e20;&#13;
var stnd = standardForm(number);&#13;
// stnd = 4.223 x 10^20&lt;/p&gt;</description>
      <pubDate>Sun, 18 Sep 2011 22:46:05 UTC</pubDate>
      <guid>https://snipplr.com/view/58775/javascript-to-standard-form-converter-times-10x</guid>
    </item>
    <item>
      <title>(jQuery) Check radio input selected and values - reynish</title>
      <link>https://snipplr.com/view/58707/check-radio-input-selected-and-values</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 15 Sep 2011 21:09:32 UTC</pubDate>
      <guid>https://snipplr.com/view/58707/check-radio-input-selected-and-values</guid>
    </item>
    <item>
      <title>(jQuery) jQuery input value text toggle - thursday0384</title>
      <link>https://snipplr.com/view/58527/jquery-input-value-text-toggle</link>
      <description>&lt;p&gt;This is a jQuery custom function used for clearing the default input values of input fields without having to add a class or inline javascript like onclick or onblur. Just write your input and give it a value like you normally would and then add this function and you're good to go.&lt;/p&gt;</description>
      <pubDate>Fri, 09 Sep 2011 01:55:14 UTC</pubDate>
      <guid>https://snipplr.com/view/58527/jquery-input-value-text-toggle</guid>
    </item>
    <item>
      <title>(jQuery) Jquery Prevent autofill form fields by browsers - nareshrevoori</title>
      <link>https://snipplr.com/view/58305/jquery-prevent-autofill-form-fields-by-browsers</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 30 Aug 2011 17:42:49 UTC</pubDate>
      <guid>https://snipplr.com/view/58305/jquery-prevent-autofill-form-fields-by-browsers</guid>
    </item>
    <item>
      <title>(PHP) Wordpress - Custom Password Form - silentpro</title>
      <link>https://snipplr.com/view/58042/wordpress--custom-password-form</link>
      <description>&lt;p&gt;WP Functions&lt;/p&gt;</description>
      <pubDate>Fri, 19 Aug 2011 23:11:49 UTC</pubDate>
      <guid>https://snipplr.com/view/58042/wordpress--custom-password-form</guid>
    </item>
    <item>
      <title>(HTML) Simple Login Form - lucaborace</title>
      <link>https://snipplr.com/view/58010/simple-login-form</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 19 Aug 2011 02:16:59 UTC</pubDate>
      <guid>https://snipplr.com/view/58010/simple-login-form</guid>
    </item>
    <item>
      <title>(HTML) HTML Select Option Template for Country Names - mantosz</title>
      <link>https://snipplr.com/view/57463/html-select-option-template-for-country-names</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 01 Aug 2011 17:08:24 UTC</pubDate>
      <guid>https://snipplr.com/view/57463/html-select-option-template-for-country-names</guid>
    </item>
    <item>
      <title>(HTML) Select Option Template for Indonesian States - mantosz</title>
      <link>https://snipplr.com/view/57461/select-option-template-for-indonesian-states</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 01 Aug 2011 17:06:21 UTC</pubDate>
      <guid>https://snipplr.com/view/57461/select-option-template-for-indonesian-states</guid>
    </item>
    <item>
      <title>(HTML) Contact Form 7 Date of Birth Picker - ethicka</title>
      <link>https://snipplr.com/view/55594/contact-form-7-date-of-birth-picker</link>
      <description>&lt;p&gt;Don't go through what I did. Just copy and paste this into the Contact Form 7 plugin for an easy date of birth picker.&lt;/p&gt;</description>
      <pubDate>Thu, 23 Jun 2011 00:13:04 UTC</pubDate>
      <guid>https://snipplr.com/view/55594/contact-form-7-date-of-birth-picker</guid>
    </item>
    <item>
      <title>(jQuery) jQuery: Input text default value, clear value on click, if typed value erased, get default value back - cdurocher</title>
      <link>https://snipplr.com/view/55558/jquery-input-text-default-value-clear-value-on-click-if-typed-value-erased-get-default-value-back</link>
      <description>&lt;p&gt;Specifiy a default value to input text field. OnFocus, the default value clear and let you type a new value. If typed value is erased then the default value is set back.&lt;/p&gt;</description>
      <pubDate>Wed, 22 Jun 2011 01:33:05 UTC</pubDate>
      <guid>https://snipplr.com/view/55558/jquery-input-text-default-value-clear-value-on-click-if-typed-value-erased-get-default-value-back</guid>
    </item>
    <item>
      <title>(jQuery) jQuery Text Clear and Restore - Fitzgenius</title>
      <link>https://snipplr.com/view/55449/jquery-text-clear-and-restore</link>
      <description>&lt;p&gt;This should enable you to clear elements such as search boxes effectively whilst maintaining usability.&#13;
&#13;
Enjoy!&lt;/p&gt;</description>
      <pubDate>Sat, 18 Jun 2011 06:07:16 UTC</pubDate>
      <guid>https://snipplr.com/view/55449/jquery-text-clear-and-restore</guid>
    </item>
  </channel>
</rss>
