groups

name language licence
blueprint add CSS Other
clear form Other Other
captcha HTML Other
DD_roundies HTML Other
sticky footer HTML Other
add google jquery link Java Other
reset mysql numbers SQL (Rails) Other
gravatar php crypt PHP Other

< 1 2 3 4 5 6 >



language: Java
licence: Other

add google jquery link

options: view full snippetsend to code collector
<script src="http://www.google.com/jsapi"></script>
<script>
// Load jQuery
google.load("jquery", "1");
</script>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
	
(Continues...)