<?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/style</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 22:16:47 GMT</pubDate>
<item>
<title>(JavaScript) Google Maps API V3 Javascript Full Example - FatFolderDesigner</title>
<link>http://snipplr.com/view/65525/google-maps-api-v3-javascript-full-example/</link>
<description><![CDATA[ <p>This javascript will create a complex google javascript map with multiple locations selected marked. The map will be centered in the middle and zoomed so that all point can be seen. It also stylizes the map making it mostly desaturated with bits of orange. More explanation as to how to set this up and change it at the url.</p> ]]></description>
<pubDate>Mon, 11 Jun 2012 08:31:18 GMT</pubDate>
<guid>http://snipplr.com/view/65525/google-maps-api-v3-javascript-full-example/</guid>
</item>
<item>
<title>(JavaScript) addClass function - alberomo</title>
<link>http://snipplr.com/view/57168/addclass-function/</link>
<description><![CDATA[ <p>Description: A function that add a class to an element if the element doesn't have anyone, if it already has one, add a new class name.
Arguments: The elemento to which you want to add the class and the name of the class you want to add.

From book Dom Scripting by Jeremy Keith.</p> ]]></description>
<pubDate>Wed, 27 Jul 2011 02:19:31 GMT</pubDate>
<guid>http://snipplr.com/view/57168/addclass-function/</guid>
</item>
<item>
<title>(JavaScript) CSS Base Reset and Typography - sethetter</title>
<link>http://snipplr.com/view/51880/css-base-reset-and-typography/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 10 Apr 2011 05:10:55 GMT</pubDate>
<guid>http://snipplr.com/view/51880/css-base-reset-and-typography/</guid>
</item>
<item>
<title>(JavaScript) Disable skype plugin style with Jquery - jli</title>
<link>http://snipplr.com/view/47804/disable-skype-plugin-style-with-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 25 Jan 2011 03:06:11 GMT</pubDate>
<guid>http://snipplr.com/view/47804/disable-skype-plugin-style-with-jquery/</guid>
</item>
<item>
<title>(JavaScript) Automatically assign a style to any written instance of word on a page - stephcode</title>
<link>http://snipplr.com/view/42737/automatically-assign-a-style-to-any-written-instance-of-word-on-a-page/</link>
<description><![CDATA[ <p>Not sure what I\'d ever use this for as it doesn\'t exactly lend itself to flexibility in the long term, but saving it anyway.</p> ]]></description>
<pubDate>Fri, 22 Oct 2010 04:49:23 GMT</pubDate>
<guid>http://snipplr.com/view/42737/automatically-assign-a-style-to-any-written-instance-of-word-on-a-page/</guid>
</item>
<item>
<title>(JavaScript) style element function - antij</title>
<link>http://snipplr.com/view/35017/style-element-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 21 May 2010 11:03:26 GMT</pubDate>
<guid>http://snipplr.com/view/35017/style-element-function/</guid>
</item>
<item>
<title>(JavaScript) Relative Date Parse - jonniespratley</title>
<link>http://snipplr.com/view/18278/relative-date-parse/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 13 Aug 2009 16:14:21 GMT</pubDate>
<guid>http://snipplr.com/view/18278/relative-date-parse/</guid>
</item>
<item>
<title>(JavaScript) Simple JS Calendar - design2develop</title>
<link>http://snipplr.com/view/16564/simple-js-calendar/</link>
<description><![CDATA[ <p>Very easy to use JS Calendar Control with so many customization options.</p> ]]></description>
<pubDate>Wed, 01 Jul 2009 15:08:44 GMT</pubDate>
<guid>http://snipplr.com/view/16564/simple-js-calendar/</guid>
</item>
<item>
<title>(JavaScript) Javascript  style display  ie problem - Thresh</title>
<link>http://snipplr.com/view/14885/javascript--style-display--ie-problem/</link>
<description><![CDATA[ <p>you can use this function for ie javascript bug. İt is switchin display with javascript</p> ]]></description>
<pubDate>Sun, 10 May 2009 08:33:33 GMT</pubDate>
<guid>http://snipplr.com/view/14885/javascript--style-display--ie-problem/</guid>
</item>
<item>
<title>(JavaScript) Styles and Stylesheet Manipulation - wizard04</title>
<link>http://snipplr.com/view/7272/styles-and-stylesheet-manipulation/</link>
<description><![CDATA[ <p>Useful functions to get around browser incompatibilities when working with stylesheets.  
If you find any errors, please leave a comment.</p> ]]></description>
<pubDate>Mon, 14 Jul 2008 16:49:02 GMT</pubDate>
<guid>http://snipplr.com/view/7272/styles-and-stylesheet-manipulation/</guid>
</item>
<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) JS スタイルシートにアクセスする - daisuke103</title>
<link>http://snipplr.com/view/5951/js-/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Apr 2008 04:24:28 GMT</pubDate>
<guid>http://snipplr.com/view/5951/js-/</guid>
</item>
<item>
<title>(JavaScript) Format (humanize) file byte size presentation in javascript - inkdeep</title>
<link>http://snipplr.com/view/5949/format-humanize-file-byte-size-presentation-in-javascript/</link>
<description><![CDATA[ <p>I use this in addition to the 
number_format  (http://snipplr.com/view/5945/javascript-numberformat--ported-from-php/)
 snippit in SWFUpload to display the size of files a user is preparing to upload.</p> ]]></description>
<pubDate>Mon, 21 Apr 2008 17:11:07 GMT</pubDate>
<guid>http://snipplr.com/view/5949/format-humanize-file-byte-size-presentation-in-javascript/</guid>
</item>
<item>
<title>(JavaScript) jQuery Simple Style Switcher - 1man</title>
<link>http://snipplr.com/view/4483/jquery-simple-style-switcher/</link>
<description><![CDATA[ <p>Very simple style switcher using jquery. Takes 3 links with id's on each. When one is clicked various styles are removed, then a new one is added.</p> ]]></description>
<pubDate>Thu, 10 Jan 2008 07:20:07 GMT</pubDate>
<guid>http://snipplr.com/view/4483/jquery-simple-style-switcher/</guid>
</item>
<item>
<title>(JavaScript) Stripe Table Rows DOM JS Function - 1man</title>
<link>http://snipplr.com/view/2167/stripe-table-rows-dom-js-function/</link>
<description><![CDATA[ <p>This function looks for tables in a web page, then loops through the rows and sets the backgroundColor for ever other row.This creates a striped table which is easier to read.</p> ]]></description>
<pubDate>Tue, 13 Feb 2007 06:29:15 GMT</pubDate>
<guid>http://snipplr.com/view/2167/stripe-table-rows-dom-js-function/</guid>
</item>
<item>
<title>(JavaScript) Destacar campo de formulario activo - luman</title>
<link>http://snipplr.com/view/1959/destacar-campo-de-formulario-activo/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 11 Jan 2007 11:37:11 GMT</pubDate>
<guid>http://snipplr.com/view/1959/destacar-campo-de-formulario-activo/</guid>
</item>
<item>
<title>(JavaScript) setStyleSheet() by Paul Sowdon - Corhol</title>
<link>http://snipplr.com/view/1012/setstylesheet-by-paul-sowdon/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 04 Sep 2006 17:39:42 GMT</pubDate>
<guid>http://snipplr.com/view/1012/setstylesheet-by-paul-sowdon/</guid>
</item>
<item>
<title>(JavaScript) Form Style v1.3 - Leech</title>
<link>http://snipplr.com/view/542/form-style-v13/</link>
<description><![CDATA[ <p>Allows changing the visual of checkbox and radio inputs with images, without loosing any functionality.
Created: 2005.12.19

Check example here: http://jsfromhell.com/forms/style/example</p> ]]></description>
<pubDate>Fri, 21 Jul 2006 08:53:09 GMT</pubDate>
<guid>http://snipplr.com/view/542/form-style-v13/</guid>
</item>
<item>
<title>(JavaScript) Stripe Elements - neogeek</title>
<link>http://snipplr.com/view/179/stripe-elements/</link>
<description><![CDATA[ <p>This script will allow you to alternately place a style on objects (in this example, every other list item).</p> ]]></description>
<pubDate>Sat, 01 Jul 2006 10:11:28 GMT</pubDate>
<guid>http://snipplr.com/view/179/stripe-elements/</guid>
</item>
</channel>
</rss>