groups

name language licence
DomReady JavaScript Other
SdCoMa - color math function JavaScript Other
Digg This with submit capabilities JavaScript Other
rwAddLink jQuery plugin JavaScript Other
jQuery clickme/hideme JavaScript Other
Link any element JavaScript Other
extracontent.min.js JavaScript Other
sikbox_magic.js JavaScript Other

< 1 2 3 4 5 >



language: JavaScript
licence: Other

Link any element

options: view full snippetsend to code collector
$('#element').click(function(){
		location.href='http://www.example.com';
}).mouseover(function (){
	$(this).css({'cursor':'pointer'});
});
	
(Continues...)