<?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/links</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 19:34:58 GMT</pubDate>
<item>
<title>(jQuery) jQuery compliant target="blank" effect for all links - stephcode</title>
<link>http://snipplr.com/view/58290/jquery-compliant-targetblank-effect-for-all-links/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 30 Aug 2011 04:55:52 GMT</pubDate>
<guid>http://snipplr.com/view/58290/jquery-compliant-targetblank-effect-for-all-links/</guid>
</item>
<item>
<title>(jQuery) jQuery rel=\"external\" to open links in new window - Huskie</title>
<link>http://snipplr.com/view/57571/jquery-relexternal-to-open-links-in-new-window/</link>
<description><![CDATA[ <p>Add attribute to links to open them in a new window. Example - rel="external". Alternative to target="_blank", conforming to XHTML specification.</p> ]]></description>
<pubDate>Wed, 03 Aug 2011 19:14:05 GMT</pubDate>
<guid>http://snipplr.com/view/57571/jquery-relexternal-to-open-links-in-new-window/</guid>
</item>
<item>
<title>(jQuery) Open External Links In New Window - dubogii</title>
<link>http://snipplr.com/view/53664/open-external-links-in-new-window/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 May 2011 19:36:48 GMT</pubDate>
<guid>http://snipplr.com/view/53664/open-external-links-in-new-window/</guid>
</item>
<item>
<title>(jQuery) Jquery External Links - cleo</title>
<link>http://snipplr.com/view/46437/jquery-external-links/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 04 Jan 2011 00:17:16 GMT</pubDate>
<guid>http://snipplr.com/view/46437/jquery-external-links/</guid>
</item>
<item>
<title>(jQuery) Opening external links in a new window - scribbleitdesigns</title>
<link>http://snipplr.com/view/39579/opening-external-links-in-a-new-window/</link>
<description><![CDATA[ <p>There are many ways to have jQuery open external links for you. Some depend on relative URL\'s for internal links and absolute URL\'s for external links. Some analyze the link to see if it matches your domain. These are great but can sometimes be confusing for those new to jQuery and web development. There is a quick way that you can use and the only requirement is add \'ext\' to the [rel] attribute...</p> ]]></description>
<pubDate>Fri, 27 Aug 2010 04:49:56 GMT</pubDate>
<guid>http://snipplr.com/view/39579/opening-external-links-in-a-new-window/</guid>
</item>
<item>
<title>(jQuery) Valid (X)HTML Strict with external links - Moridin</title>
<link>http://snipplr.com/view/39505/valid-xhtml-strict-with-external-links/</link>
<description><![CDATA[ <p>Uses jQuery to give links with rel=\"external\" the ability to open in a new window, while keeping the document XHTML or HTML Strict. Works by assigning a \"_blank\" value to the \"target\" attribute of all such links after the page has already loaded.</p> ]]></description>
<pubDate>Wed, 25 Aug 2010 11:34:40 GMT</pubDate>
<guid>http://snipplr.com/view/39505/valid-xhtml-strict-with-external-links/</guid>
</item>
<item>
<title>(jQuery) Clickable list item (or bock or any other element) - Rembrand</title>
<link>http://snipplr.com/view/38928/clickable-list-item-or-bock-or-any-other-element/</link>
<description><![CDATA[ <p>Originally from http://www.pseudocoder.com
Make an li (or div or whatever) clickable without having to wrap it in a link-tag.
Like Matt, I like to add a .hover class to it in order to apply hover effects</p> ]]></description>
<pubDate>Wed, 11 Aug 2010 19:48:30 GMT</pubDate>
<guid>http://snipplr.com/view/38928/clickable-list-item-or-bock-or-any-other-element/</guid>
</item>
<item>
<title>(jQuery) Open All Off-site Links in a New Window - batfan</title>
<link>http://snipplr.com/view/37926/open-all-offsite-links-in-a-new-window/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 27 Jul 2010 05:56:02 GMT</pubDate>
<guid>http://snipplr.com/view/37926/open-all-offsite-links-in-a-new-window/</guid>
</item>
<item>
<title>(jQuery) Track outbound links with GA and jQuery - errkk</title>
<link>http://snipplr.com/view/36945/track-outbound-links-with-ga-and-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 08 Jul 2010 17:59:22 GMT</pubDate>
<guid>http://snipplr.com/view/36945/track-outbound-links-with-ga-and-jquery/</guid>
</item>
<item>
<title>(jQuery) ADD TARGET BLANK TO ALL EXTERNAL LINKS - vagrantradio</title>
<link>http://snipplr.com/view/28444/add-target-blank-to-all-external-links/</link>
<description><![CDATA[ <p>Add target blank or rel external to outgoing links automatically.</p> ]]></description>
<pubDate>Tue, 16 Feb 2010 15:56:27 GMT</pubDate>
<guid>http://snipplr.com/view/28444/add-target-blank-to-all-external-links/</guid>
</item>
<item>
<title>(jQuery) JQUERY PAGE SCROLL - vagrantradio</title>
<link>http://snipplr.com/view/28432/jquery-page-scroll/</link>
<description><![CDATA[ <p>Any link with a hash (#) will scroll to that id on the page. Hat Tip, Karl Swedberg.</p> ]]></description>
<pubDate>Tue, 16 Feb 2010 15:44:45 GMT</pubDate>
<guid>http://snipplr.com/view/28432/jquery-page-scroll/</guid>
</item>
<item>
<title>(jQuery) Eliminar comportamiento enlace - jacinmontava</title>
<link>http://snipplr.com/view/27230/eliminar-comportamiento-enlace/</link>
<description><![CDATA[ <p>Con esto evitamos que un enlace que tengamos con 'href="#"' actue como tal y la pagina haga scroll hasta la parte superior.</p> ]]></description>
<pubDate>Thu, 28 Jan 2010 06:55:48 GMT</pubDate>
<guid>http://snipplr.com/view/27230/eliminar-comportamiento-enlace/</guid>
</item>
<item>
<title>(jQuery) Add an icon for external links - revierDsign</title>
<link>http://snipplr.com/view/24216/add-an-icon-for-external-links/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Dec 2009 12:04:40 GMT</pubDate>
<guid>http://snipplr.com/view/24216/add-an-icon-for-external-links/</guid>
</item>
<item>
<title>(jQuery) Adding class to external links - flicity</title>
<link>http://snipplr.com/view/22798/adding-class-to-external-links/</link>
<description><![CDATA[ <p>This code appends a class of external to all all outbound links
It includes a fix for Safari which does not recognise internal links that use a different port</p> ]]></description>
<pubDate>Mon, 09 Nov 2009 11:27:28 GMT</pubDate>
<guid>http://snipplr.com/view/22798/adding-class-to-external-links/</guid>
</item>
<item>
<title>(jQuery) Create/parse links from text in jQuery - spark9</title>
<link>http://snipplr.com/view/21576/createparse-links-from-text-in-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 Oct 2009 16:19:09 GMT</pubDate>
<guid>http://snipplr.com/view/21576/createparse-links-from-text-in-jquery/</guid>
</item>
<item>
<title>(jQuery) Hijax Using jQuery - Search Friendly Ajax Links - adamcoulombe</title>
<link>http://snipplr.com/view/20710/hijax-using-jquery--search-friendly-ajax-links/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 06 Oct 2009 09:57:07 GMT</pubDate>
<guid>http://snipplr.com/view/20710/hijax-using-jquery--search-friendly-ajax-links/</guid>
</item>
<item>
<title>(jQuery) Kickapps: use jQuery &amp;amp; CSS to hide MYRSS &amp;amp; MYLINKS buttons in member profile edit pages - Jdonner</title>
<link>http://snipplr.com/view/16459/kickapps-use-jquery--css-to-hide-myrss--mylinks-buttons-in-member-profile-edit-pages/</link>
<description><![CDATA[ <p>I'm new to jQuery, so please be kind if there are any errors or redundancies in the code.

The problem: Basically, we were getting tons of scammers signing up on our Kickapps hosted community. They were immediately posting dozens of RSS feeds &amp; links on their profiles, in order to raise their search engine rankings. Since our community doesn't need these features enabled for members, we decided that we should just eliminate them to help deal with the scamming problem. 

Notes: Kickapps includes the jQuery library automatically during page renders. While this jQuery code is useful, it is not a permanent solution. The relevant  on the member pages' toolbar (inside the #ka_manageSubNav div) should also be hidden with CSS, otherwise they will be visible to the usesr before the script kicks in and removes them from the page. Also, the generated code is still present in the page source, so savvy scammers can problably still get around it to some extent. To that end, we've also eliminated the display of links and feeds on the public front-end of the members' profile pages using similar techniques.

The jQuery code should be placed in your custom global page template. It is found at the Kickapps Affiliate Center > Configure > Pages > Global Page Template. The CSS can either be included in the template or in a custom attatched style sheet. These same techniques can be used to hide other Kickapps-generated page elements, also.</p> ]]></description>
<pubDate>Mon, 29 Jun 2009 18:53:51 GMT</pubDate>
<guid>http://snipplr.com/view/16459/kickapps-use-jquery--css-to-hide-myrss--mylinks-buttons-in-member-profile-edit-pages/</guid>
</item>
<item>
<title>(jQuery) Remove text from a node (e.g in links) - 1man</title>
<link>http://snipplr.com/view/12178/remove-text-from-a-node-eg-in-links/</link>
<description><![CDATA[ <p>Removed a certain word from a list of links (purely for design reasons). Link length way to long with the link included.</p> ]]></description>
<pubDate>Fri, 13 Feb 2009 11:06:49 GMT</pubDate>
<guid>http://snipplr.com/view/12178/remove-text-from-a-node-eg-in-links/</guid>
</item>
</channel>
</rss>