PHP Classes

File: www/js/include.js

Recommend this page to a friend!
  Classes of Adnane EL Mouttaki   Covoiturage Libre   www/js/include.js   Download  
File: www/js/include.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Covoiturage Libre
Web application for managing a carpoling site
Author: By
Last change:
Date: 6 years ago
Size: 285 bytes
 

Contents

Class file image Download
$(document).ready(function(){ $('.listepays').mouseover(function(){ $('.listepays').animate({ height: '200px' }, 500, function() { }); }); $('.listepays a').click(function(event){ var pays=$(event.target || event.srcElement).attr('id'); alert(pays); }); });