<?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/javascript/tags/check</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 16 Oct 2008 03:17:11 GMT</pubDate>
<item>
<title>(JavaScript) Find Verbose IDs in the DOM - noah</title>
<link>http://snipplr.com/view/6474/find-verbose-ids-in-the-dom/</link>
<description><![CDATA[ <p>Traverses the DOM tree and reports if any IDs are over 30 characters in length.  Doesn't check for doubled IDs because that's caught when validationg the HTML.</p> ]]></description>
<pubDate>Tue, 27 May 2008 17:08:12 GMT</pubDate>
<guid>http://snipplr.com/view/6474/find-verbose-ids-in-the-dom/</guid>
</item>
<item>
<title>(JavaScript) script.aculo.us check state by 24ways - rodreegez</title>
<link>http://snipplr.com/view/5533/scriptaculous-check-state-by-24ways/</link>
<description><![CDATA[ <p>handy little script from a great little tutorial to help get you started with script.aculo.us.</p> ]]></description>
<pubDate>Sat, 22 Mar 2008 14:57:35 GMT</pubDate>
<guid>http://snipplr.com/view/5533/scriptaculous-check-state-by-24ways/</guid>
</item>
<item>
<title>(JavaScript) validación de formularios - betacontinua</title>
<link>http://snipplr.com/view/5253/validacin-de-formularios/</link>
<description><![CDATA[ <p>Para realizar validaciones en Javascript rápidamente. Requiere que en la etiqueta  metamos un onSubmit="return checkform(this);" . Este trozo de código es para dos campos input con nombres campo1 y campo2.</p> ]]></description>
<pubDate>Mon, 03 Mar 2008 03:05:49 GMT</pubDate>
<guid>http://snipplr.com/view/5253/validacin-de-formularios/</guid>
</item>
<item>
<title>(JavaScript) Check if a value is numeric or not - arcturus</title>
<link>http://snipplr.com/view/4017/check-if-a-value-is-numeric-or-not/</link>
<description><![CDATA[ <p>With decimal separator "."</p> ]]></description>
<pubDate>Sun, 28 Oct 2007 07:23:48 GMT</pubDate>
<guid>http://snipplr.com/view/4017/check-if-a-value-is-numeric-or-not/</guid>
</item>
<item>
<title>(JavaScript) Check or Uncheck all checkboxes on a form - scriptmakingcom</title>
<link>http://snipplr.com/view/3705/check-or-uncheck-all-checkboxes-on-a-form/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 14 Sep 2007 20:55:53 GMT</pubDate>
<guid>http://snipplr.com/view/3705/check-or-uncheck-all-checkboxes-on-a-form/</guid>
</item>
<item>
<title>(JavaScript) Does an object have a specific property? - noah</title>
<link>http://snipplr.com/view/2708/does-an-object-have-a-specific-property/</link>
<description><![CDATA[ <p>This is a very easy way to check if an object has a given property.  Easier than checking if (obj.foo != null) or some such, which is what I've been doing :(  From Flanagan, 5th ed, p. 108.; but I actually ran across it in the source of this page: http://www.gtalbot.org/DHTMLSection/DynamicOpacity.html, thanks to Gerard Talbot on clj.</p> ]]></description>
<pubDate>Thu, 24 May 2007 09:24:08 GMT</pubDate>
<guid>http://snipplr.com/view/2708/does-an-object-have-a-specific-property/</guid>
</item>
<item>
<title>(JavaScript) Does an element exist? - noah</title>
<link>http://snipplr.com/view/2599/does-an-element-exist/</link>
<description><![CDATA[ <p>Does an element exist in the current DOM tree?

Because I can never remember whether I should test typeof el == null... or el == null</p> ]]></description>
<pubDate>Fri, 04 May 2007 08:10:36 GMT</pubDate>
<guid>http://snipplr.com/view/2599/does-an-element-exist/</guid>
</item>
<item>
<title>(JavaScript) Ajax getHTTPObject function - 1man</title>
<link>http://snipplr.com/view/2300/ajax-gethttpobject-function/</link>
<description><![CDATA[ <p>This functions allows you to create a new XMLHTTPRequest, it checks to see if the browser supports each method, if not it returns false.</p> ]]></description>
<pubDate>Mon, 12 Mar 2007 05:37:54 GMT</pubDate>
<guid>http://snipplr.com/view/2300/ajax-gethttpobject-function/</guid>
</item>
<item>
<title>(JavaScript) Browser Checker - kif</title>
<link>http://snipplr.com/view/585/browser-checker/</link>
<description><![CDATA[ <p>Support: Fx2, Opera9, IE6
I don't have warrant of Safari's run and NN4.  However, I think that this code is perhaps safe.</p> ]]></description>
<pubDate>Wed, 26 Jul 2006 05:26:51 GMT</pubDate>
<guid>http://snipplr.com/view/585/browser-checker/</guid>
</item>
<item>
<title>(JavaScript) select/deselect-all control - kgl</title>
<link>http://snipplr.com/view/306/selectdeselectall-control/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 09 Jul 2006 09:42:51 GMT</pubDate>
<guid>http://snipplr.com/view/306/selectdeselectall-control/</guid>
</item>
</channel>
</rss>