groups

name language licence
DomReady JavaScript Other
SdCoMa - color math function JavaScript Other
ExtraContent Sample - Photo Album HTML Other
ExtraContent Sample - RapidBlog HTML Other
Digg This with submit capabilities JavaScript Other
rwAddLink jQuery plugin JavaScript Other
jQuery clickme/hideme JavaScript Other
Link any element JavaScript Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 >



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...)