groups

name language licence
JS/HTML/GOOGLE MAPS API : gabarit+js : modèle de départ + bouton pour la vue Earth Other Other
HTML : select, option : definir la valeur selectionné par defaut avec selected HTML Other
HTML :Form upload enctype HTML Other
HTML : Commentaires conditionnels IE6 & IE 7 HTML Other
JS/HTML : Integration Jqzoom Evolution Other Other
JS/HTML : Scrolling menu js Other Other
JS/HTML : api google map Other Other
JS/HTML : methode de verification de formulaire avec du javascript non obstrusif HTML Other

< 1 2 3 4 5 6 >



language: Other
licence: Other

JS/HTML : Integration Jqzoom Evolution

options: view full snippetsend to code collector
//Add first the last jQuery release, then the jQZoom script(don't forget this),the correct order is important.Look at the installation code below.

<script type='text/javascript' src='js/jquery-1.2.6.js'></script>
<script type='text/javascript' src='js/jquery.jqzoom1.0.1.js'></script>

//Add jqzoom.css to your header.

<link rel="stylesheet" type="text/css" href="css/jqzoom.css" />
 
 
//Using jQZoom is easy,but you need to specify the HTML anchor element,that is going to generate the zoom revealing a portion of the enlarged image.

<a href="images/BIGIMAGE.JPG" class="MYCLASS"  title="MYTITLE">
<img src="images/SMALLIMAGE.JPG" title="IMAGE TITLE"  >
</a>
	
(Continues...)