Subversion Repositories Applications.annuaire

Rev

Rev 301 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
301 aurelien 1
$("#option_2654").ready(function() {
2
	$("#option_2654").attr('selected', 'selected');
364 aurelien 3
});
4
 
5
 
6
$('.resultat_recherche .element_resultat .cliquable').ready(function() {
7
	$('.resultat_recherche .element_resultat').click(function() {
8
	      var lien = $(this).find("a").attr("href");
9
	      location.href = lien;
10
	});
301 aurelien 11
});