|
Server IP : 10.128.40.6 / Your IP : 216.73.216.233 Web Server : Apache System : Linux webd006.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : logmcpe ( 111175) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0705) : /home/logmcpe/www/AB/js/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
$(document).ready(function() {
$('.info_agence').slideUp(0);
$( ".lien_carte" ).click(function(e) {
var $this = $(this);
var speed = 200;
//$('.logo_to_hide').slideUp(speed);
$('.info_agence').fadeTo(speed,0, function(){
var dep1 = $this.attr('data-dep1');
var dep2 = $this.attr('data-dep2');
var href = $this.attr('data-href');
var baseline = $this.attr('data-baseline');
var tel = $this.attr('data-tel');
var adr1 = $this.attr('data-adr1');
var adr2 = $this.attr('data-adr2');
$('.info_agence .dep1_to_change').html(dep1);
$('.info_agence .dep2_to_change').html(dep2);
$('.info_agence .baseline_to_change').html(baseline);
$('.info_agence a').attr("href", href+'.php');
$('.info_agence .adr1_to_change').html(adr1);
$('.info_agence .adr2_to_change').html(adr2);
$('.info_agence .tel_to_change').html(tel).promise().done(function(){
$('.info_agence').fadeTo(speed,1);
console.log(href);
});
});
});
$('[placeholder]').parents('form').submit(function() {
$(this).find('[placeholder]').each(function() {
var input = $(this);
if (input.val() == input.attr('placeholder')) {
input.val('');
}
})
});
});
