View Single Post
Old 12-01-2010, 02:33 PM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,519
Code:
<script type="text/javascript" src="jquery.min.js"></script> 
<script type="text/javascript"> 
 
$(document).ready(function() { 
    $("div[href]").click(function () { 
        window.location = $(this).attr("href"); 
    }); 
}); 
 
</script> 
<div href="http://www.google.com"> 
     My Div Link 
</div>
maybe you can mess around with it
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


My Cam Feeds Script / Gallery Scraper / WPXXX Theme / Free Templates
fris is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote