<?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 08:43:05 +0000</lastBuildDate>
    <item>
      <title>(jQuery) Rather than using $(document).ready / alternative no conflict - mike-tempest</title>
      <link>https://snipplr.com/view/43906/rather-than-using-documentready--alternative-no-conflict</link>
      <description>&lt;p&gt;Hello,&#13;
&#13;
I have been developing with jQuery for just over a year now, I thought I would share something with you that I have found pretty time saving over the past few months.&#13;
&#13;
If you have ever had javascript conflicts due to several different javascript libraries being used you will understand the need for using this method.&#13;
&#13;
Rather than using the documented $(document).ready method of starting any javascript functionality on document load. I recommend that you give the alternative shown below. This is due to the common conflict between Javascript libraries using the $ symbol. By writing your document ready in this way, any $ symbols within this declaration will be ignored by all other javascript libraries. &#13;
&#13;
Meaning you will no longer need to use the no conflict method of solving the same problem&lt;/p&gt;</description>
      <pubDate>Thu, 11 Nov 2010 00:01:58 UTC</pubDate>
      <guid>https://snipplr.com/view/43906/rather-than-using-documentready--alternative-no-conflict</guid>
    </item>
  </channel>
</rss>
