Welcome To Snipplr
Everyone's Recent jQuery Snippets Tagged link
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
 « Prev 1 Next »
IE6 and IE7 don't respect the 'outline' attribute for hyperlinks. This jQuery snippet removes the annoying outline in these browsers.
        
        
        
            0 
        
        
            1548 
        
                    posted 13 years ago by Huskie
            Instead of writing the link in the HTML, just write the email address inside any tag you want (p, spam, div...) with the class "email", and put "[at]" instead "@". This script replace the "[at]" and create the link outside the spam robot sight
        
        
        
            1 
        
        
            1518 
        
                    posted 14 years ago by thefricky
            This one worked for me and I thought I'd share it with the rest of you!
        
        
        
            2 
        
        
            1674 
        
                    posted 15 years ago by e11world
            This will automatically tag external links and prefix the URL with '/outgoing' for tracking in Google Analytics. The pageTracker is assumed to be added to the page elsewhere in the markup. By default it is applied to all links contained in the BODY t...
        
        
        
            0 
        
        
            1220 
        
                    posted 15 years ago by rgsmith007
            Here is a nice snippet to open links in pop-up windows. Just add the popup css class to your link to make it work.
        
        
        
            3 
        
        
            1662 
        
                    posted 15 years ago by math89
            The target="blank" attribute is not valid XHTML 1.0 Strict.
using jQuery, you can achieve the same functionality without having validation problems.
        
        
        
            0 
        
        
            1130 
        
                    posted 15 years ago by math89
            From Liviu HolhoÅŸ - Blog
http://blog.liviuholhos.com/javascript/add-a-favicon-near-external-links-with-jquery
        
        
        
            4 
        
        
            1788 
        
                    posted 16 years ago by batamire
            This code was use for openning a pdf file that was in a table cell. This link was the only link/button for each rows. Using this, you can click anywhere on each rows to open it's link page.
        
        
        
            0 
        
        
            1277 
        
                    posted 16 years ago by HubertGaulin
             « Prev 1 Next »

