Subversion Repositories eFlore/Applications.cel

Rev

Rev 2710 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2710 Rev 2711
Line 123... Line 123...
123
	$("#btn-aide").on('click', this.basculerAffichageAide);
123
	$("#btn-aide").on('click', this.basculerAffichageAide);
124
	$("#prenom").on("change", this.formaterPrenom.bind(this));
124
	$("#prenom").on("change", this.formaterPrenom.bind(this));
125
	$("#nom").on("change", this.formaterNom.bind(this));
125
	$("#nom").on("change", this.formaterNom.bind(this));
Line 126... Line 126...
126
 
126
 
127
	$("#courriel_confirmation").on('paste', this.bloquerCopierCollerCourriel.bind(this));
127
	$("#courriel_confirmation").on('paste', this.bloquerCopierCollerCourriel.bind(this));
128
	$("a.afficher-coord").on('click', this.basculerAffichageCoord.bind(this));
128
	$(".afficher-coord").on('click', this.basculerAffichageCoord.bind(this));
129
	$("#ajouter-obs").on('click', this.ajouterObs.bind(this));
129
	$("#ajouter-obs").on('click', this.ajouterObs.bind(this));
130
	$(".obs-nbre").on('changement', this.surChangementNbreObs.bind(this));
130
	$(".obs-nbre").on('changement', this.surChangementNbreObs.bind(this));
131
	$("body").on('click', ".supprimer-obs", function() {
131
	$("body").on('click', ".supprimer-obs", function() {
132
		var that = this,
132
		var that = this,