<?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/DOM</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 08:51:25 GMT</pubDate>
<item>
<title>(jQuery) [jQuery Mobile] Refresh DOM after AJAX Call - goo</title>
<link>http://snipplr.com/view/69377/jquery-mobile-refresh-dom-after-ajax-call/</link>
<description><![CDATA[ <p>in jquery mobile, .html() not refresh DOM. Execute this function after any DOM change.</p> ]]></description>
<pubDate>Mon, 07 Jan 2013 18:45:30 GMT</pubDate>
<guid>http://snipplr.com/view/69377/jquery-mobile-refresh-dom-after-ajax-call/</guid>
</item>
<item>
<title>(jQuery) jQuery: Numbering an Unordered List - satie83</title>
<link>http://snipplr.com/view/64909/jquery-numbering-an-unordered-list/</link>
<description><![CDATA[ <p>Here’s a very simple script which adds numbers sequentially to an unordered list using jQuery</p> ]]></description>
<pubDate>Thu, 17 May 2012 22:37:41 GMT</pubDate>
<guid>http://snipplr.com/view/64909/jquery-numbering-an-unordered-list/</guid>
</item>
<item>
<title>(jQuery) Element creation with jQuery - batamire</title>
<link>http://snipplr.com/view/48512/element-creation-with-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 07 Feb 2011 22:25:34 GMT</pubDate>
<guid>http://snipplr.com/view/48512/element-creation-with-jquery/</guid>
</item>
<item>
<title>(jQuery) Load external scripts FIRST for injected DOM HTML content - harikaram</title>
<link>http://snipplr.com/view/43449/load-external-scripts-first-for-injected-dom-html-content/</link>
<description><![CDATA[ <p>When injecting via jQuery HTML content which contains script tags referencing external scripts, which are then referenced via scripting elsewhere in the injected HTML, some browsers (Chrome) will not wait for the external scripts to load causing the internal scripts to throw an error.  This code parses the external script tags, loads them seperately and then calls the callback function passing the given HTML minus the external script tags for you to inject.
---------
UPDATE:  I've made this considerably more complex after some IE problems (really!).  Hope it helps someone out...</p> ]]></description>
<pubDate>Wed, 03 Nov 2010 03:07:50 GMT</pubDate>
<guid>http://snipplr.com/view/43449/load-external-scripts-first-for-injected-dom-html-content/</guid>
</item>
<item>
<title>(jQuery) Jquery Window Onload - creativeboulder</title>
<link>http://snipplr.com/view/42677/jquery-window-onload/</link>
<description><![CDATA[ <p>This snippet of code is probably the most common and _valuable_ in the world of jQuery.</p> ]]></description>
<pubDate>Thu, 21 Oct 2010 14:39:06 GMT</pubDate>
<guid>http://snipplr.com/view/42677/jquery-window-onload/</guid>
</item>
<item>
<title>(jQuery) jQuery DOM resize - arif</title>
<link>http://snipplr.com/view/40797/jquery-dom-resize/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 21 Sep 2010 02:36:39 GMT</pubDate>
<guid>http://snipplr.com/view/40797/jquery-dom-resize/</guid>
</item>
<item>
<title>(jQuery) jQuery on Dom ready - elightbo</title>
<link>http://snipplr.com/view/17925/jquery-on-dom-ready/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 05 Aug 2009 12:26:39 GMT</pubDate>
<guid>http://snipplr.com/view/17925/jquery-on-dom-ready/</guid>
</item>
<item>
<title>(jQuery) Match Elements Even When DOM Changes - Meander365</title>
<link>http://snipplr.com/view/17880/match-elements-even-when-dom-changes/</link>
<description><![CDATA[ <p>If you want to trigger an event on an matched element and that element may be introduced into the DOM from an Ajax request, you can still match against it by using the livequery plugin and the following code.</p> ]]></description>
<pubDate>Tue, 04 Aug 2009 07:03:19 GMT</pubDate>
<guid>http://snipplr.com/view/17880/match-elements-even-when-dom-changes/</guid>
</item>
<item>
<title>(jQuery) Modify DOM elements of a print page with jQuery code using Firebug - HubertGaulin</title>
<link>http://snipplr.com/view/13886/modify-dom-elements-of-a-print-page-with-jquery-code-using-firebug/</link>
<description><![CDATA[ <p>Example: 

Add the following ccs '@media print { body { font-size: 12pt } }' to the document.</p> ]]></description>
<pubDate>Wed, 08 Apr 2009 13:15:47 GMT</pubDate>
<guid>http://snipplr.com/view/13886/modify-dom-elements-of-a-print-page-with-jquery-code-using-firebug/</guid>
</item>
<item>
<title>(jQuery) Add table row to the bottom of a table - 1man</title>
<link>http://snipplr.com/view/13326/add-table-row-to-the-bottom-of-a-table/</link>
<description><![CDATA[ <p>Great little snippit to add a  to the bottom of a table. Note the use of the context in the jQuery e.g var n = $('tr:last td', this).length; Will have to use this in the future, very good to know!</p> ]]></description>
<pubDate>Fri, 20 Mar 2009 12:53:48 GMT</pubDate>
<guid>http://snipplr.com/view/13326/add-table-row-to-the-bottom-of-a-table/</guid>
</item>
<item>
<title>(jQuery) Simple Toggle - conspirator</title>
<link>http://snipplr.com/view/11918/simple-toggle/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 Feb 2009 11:04:47 GMT</pubDate>
<guid>http://snipplr.com/view/11918/simple-toggle/</guid>
</item>
</channel>
</rss>