groups

name language licence
PHP/MYSQL : recuperer un date en base et la formater grace à date PHP Other
JOOMLA : Création de templates personnalisés Other Other
PHP/MYSQL : usage procedurale de mysqli PHP Other
JS : boîte de dialogue confirmation Other Other
JS : comment encadrer le code Other Other
JS : return false; pour stopper un submit ou une redirection d'un lien Other Other
JS/HTML : Integration Jqzoom Evolution Other Other
JS/HTML : Scrolling menu js Other Other

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



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