groups

name language licence
JS/JQUERY : Script pour gestion onglet en Jquery Other Other
JS/JQUERY : Script pour effet rollover changement d'image Other Other
JS/HTML : methode de verification de formulaire avec du javascript non obstrusif HTML Other
JS/HTML : api google map Other Other
JS/HTML : Scrolling menu js Other Other
OPTIMISATION : Other Other
PHP : forcer telechargement d'un fichier PHP Other
JS/JQUERY : Script pour effet rollover changement d'image 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/JQUERY : Script pour effet rollover changement d'image

options: view full snippetsend to code collector
<script>

       function toggleBullet(){

               $("#over").removeAttr("id");

               $(this).attr("id", "over");
               $("#over > img").attr("src", "fileadmin/templates/ufr_template_static/img/puceMenuPrincipalOn.png");

       }

       function toggleBullet2(){
                       
               $("#over").removeAttr("id");

	
(Continues...)