<?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/tags/checkbox</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 21:13:35 GMT</pubDate>
<item>
<title>(jQuery) Jquery table tr checkbox selectable - webbu</title>
<link>http://snipplr.com/view/70992/jquery-table-tr-checkbox-selectable/</link>
<description><![CDATA[ <p>Jquery  table tr checkbox selectable
http://jqueryui.com/selectable/
	
required
*jquery
*jqueryui</p> ]]></description>
<pubDate>Wed, 01 May 2013 22:22:37 GMT</pubDate>
<guid>http://snipplr.com/view/70992/jquery-table-tr-checkbox-selectable/</guid>
</item>
<item>
<title>(JavaScript) Shift+Click to Select/Deselect Checkboxes. - ReedD19</title>
<link>http://snipplr.com/view/67570/shiftclick-to-selectdeselect-checkboxes/</link>
<description><![CDATA[ <p>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.</p> ]]></description>
<pubDate>Wed, 03 Oct 2012 03:48:59 GMT</pubDate>
<guid>http://snipplr.com/view/67570/shiftclick-to-selectdeselect-checkboxes/</guid>
</item>
<item>
<title>(jQuery) Chequear todos los checkbox con jquery - serialk89</title>
<link>http://snipplr.com/view/65473/chequear-todos-los-checkbox-con-jquery/</link>
<description><![CDATA[ <p>Chequea todos los checkbox con un mismo nombre desde uno aparte que tiene como ID "checkeverythink_btn"</p> ]]></description>
<pubDate>Fri, 08 Jun 2012 06:06:03 GMT</pubDate>
<guid>http://snipplr.com/view/65473/chequear-todos-los-checkbox-con-jquery/</guid>
</item>
<item>
<title>(jQuery) jQuery: Highlight Rows Using Checkbox - mattvbiggs</title>
<link>http://snipplr.com/view/65414/jquery-highlight-rows-using-checkbox/</link>
<description><![CDATA[ <p>The following code snippet will highlight the row in a table when the checkbox is checked. It will remove the highlight when the checkbox is unchecked. This will work for basic  as well as a GridView.

The "input:not(#selectAll)" will ignore the row that contains a SelectAll checkbox with the ID "selectAll".

Note: I had a css class defined as highlight where I set the background-color property.</p> ]]></description>
<pubDate>Wed, 06 Jun 2012 04:21:24 GMT</pubDate>
<guid>http://snipplr.com/view/65414/jquery-highlight-rows-using-checkbox/</guid>
</item>
<item>
<title>(PHP) Checkbox Processing - ryarwood</title>
<link>http://snipplr.com/view/59520/checkbox-processing/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 07 Oct 2011 05:41:33 GMT</pubDate>
<guid>http://snipplr.com/view/59520/checkbox-processing/</guid>
</item>
<item>
<title>(VB.NET) Custom validator para validar un checkbox - JoseKar</title>
<link>http://snipplr.com/view/58472/custom-validator-para-validar-un-checkbox/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 06 Sep 2011 21:19:31 GMT</pubDate>
<guid>http://snipplr.com/view/58472/custom-validator-para-validar-un-checkbox/</guid>
</item>
<item>
<title>(C#) MVC Checkboxlist - sommertim</title>
<link>http://snipplr.com/view/58384/mvc-checkboxlist/</link>
<description><![CDATA[ <p>Code snippet that allows developers to use a generic radiobuttonlist in the MVC Framework</p> ]]></description>
<pubDate>Fri, 02 Sep 2011 02:05:08 GMT</pubDate>
<guid>http://snipplr.com/view/58384/mvc-checkboxlist/</guid>
</item>
<item>
<title>(PHP) Checkbox processing - aludwig</title>
<link>http://snipplr.com/view/57316/checkbox-processing/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Jul 2011 08:42:29 GMT</pubDate>
<guid>http://snipplr.com/view/57316/checkbox-processing/</guid>
</item>
<item>
<title>(PHP) PHP getCheckBox - brownrl</title>
<link>http://snipplr.com/view/55778/php-getcheckbox/</link>
<description><![CDATA[ <p>Simple simple simple function to make a checkbox for a form. Retains checked status.</p> ]]></description>
<pubDate>Mon, 27 Jun 2011 19:55:47 GMT</pubDate>
<guid>http://snipplr.com/view/55778/php-getcheckbox/</guid>
</item>
<item>
<title>(jQuery) Conditional JQuery Validate Required Field - dan_hoerr</title>
<link>http://snipplr.com/view/55592/conditional-jquery-validate-required-field/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 22 Jun 2011 23:26:25 GMT</pubDate>
<guid>http://snipplr.com/view/55592/conditional-jquery-validate-required-field/</guid>
</item>
<item>
<title>(JavaScript) Checkbox checker - zeropx</title>
<link>http://snipplr.com/view/54759/checkbox-checker/</link>
<description><![CDATA[ <p>On the site, drag the link noted to your bookmarks bar, then on pages where you need to check all the checkboxes quickly, just click it and it will check your boxes. :D Pretty cool. Thanks to #mattfarina to pointing that out.</p> ]]></description>
<pubDate>Thu, 02 Jun 2011 07:42:10 GMT</pubDate>
<guid>http://snipplr.com/view/54759/checkbox-checker/</guid>
</item>
<item>
<title>(jQuery) Show/hide content with matching checkboxes - gellpak</title>
<link>http://snipplr.com/view/54393/showhide-content-with-matching-checkboxes/</link>
<description><![CDATA[ <p>This function follows the following naming conventions: Give your checkboxes ID tags of "[contenttitle]trigger", where [contenttitle] is whatever you like. Then, give your hide-able content classes that match, without the "trigger". This function will look at the checkbox ID and checked state, and then show/hide the content with those classes accordingly.

So for example, you have a checkbox with the ID "content4trigger", and two divs with the class "content4". This will show and hide the divs based on the id of the checkbox.</p> ]]></description>
<pubDate>Thu, 26 May 2011 04:39:11 GMT</pubDate>
<guid>http://snipplr.com/view/54393/showhide-content-with-matching-checkboxes/</guid>
</item>
<item>
<title>(jQuery) Post array of multiple checkbox values to php - dsoms</title>
<link>http://snipplr.com/view/51655/post-array-of-multiple-checkbox-values-to-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 Apr 2011 17:34:23 GMT</pubDate>
<guid>http://snipplr.com/view/51655/post-array-of-multiple-checkbox-values-to-php/</guid>
</item>
<item>
<title>(jQuery) Get value of checked checkboxes into a list - dsoms</title>
<link>http://snipplr.com/view/51598/get-value-of-checked-checkboxes-into-a-list/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 05 Apr 2011 20:07:08 GMT</pubDate>
<guid>http://snipplr.com/view/51598/get-value-of-checked-checkboxes-into-a-list/</guid>
</item>
<item>
<title>(JavaScript) CheckUncheck all checkboxes on page - streamt</title>
<link>http://snipplr.com/view/50602/checkuncheck-all-checkboxes-on-page/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 13 Mar 2011 09:50:20 GMT</pubDate>
<guid>http://snipplr.com/view/50602/checkuncheck-all-checkboxes-on-page/</guid>
</item>
<item>
<title>(PHP) checkbox checked PHP from webworks - shinokada</title>
<link>http://snipplr.com/view/47391/checkbox-checked-php-from-webworks/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 Jan 2011 04:26:01 GMT</pubDate>
<guid>http://snipplr.com/view/47391/checkbox-checked-php-from-webworks/</guid>
</item>
<item>
<title>(VB.NET) asp:checkbox check all checkboxes using jQuery - delineo</title>
<link>http://snipplr.com/view/45191/aspcheckbox-check-all-checkboxes-using-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 03 Dec 2010 04:01:23 GMT</pubDate>
<guid>http://snipplr.com/view/45191/aspcheckbox-check-all-checkboxes-using-jquery/</guid>
</item>
<item>
<title>(JavaScript) Jquery seleziona checkboxes - tuffo19</title>
<link>http://snipplr.com/view/44453/jquery-seleziona-checkboxes/</link>
<description><![CDATA[ <p>Giorgio fecit.
Serve per controllare, a partire da un checkbox, che non ne siano selezionati altri nella stessa riga.</p> ]]></description>
<pubDate>Sat, 20 Nov 2010 02:53:09 GMT</pubDate>
<guid>http://snipplr.com/view/44453/jquery-seleziona-checkboxes/</guid>
</item>
<item>
<title>(jQuery) Checkbox with radio behavior with jQuery - igor822</title>
<link>http://snipplr.com/view/44400/checkbox-with-radio-behavior-with-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 19 Nov 2010 05:55:48 GMT</pubDate>
<guid>http://snipplr.com/view/44400/checkbox-with-radio-behavior-with-jquery/</guid>
</item>
<item>
<title>(jQuery) Custom Checkbox - touffies</title>
<link>http://snipplr.com/view/43953/custom-checkbox/</link>
<description><![CDATA[ <p>Custom checkbox field, replace by images</p> ]]></description>
<pubDate>Thu, 11 Nov 2010 23:57:28 GMT</pubDate>
<guid>http://snipplr.com/view/43953/custom-checkbox/</guid>
</item>
</channel>
</rss>