Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 969 Rev 973
Line 290... Line 290...
290
function gererAffichageValeursParDefaut() {
290
function gererAffichageValeursParDefaut() {
291
		$('input[name="type_nom"]').click(function() {
291
		$('input[name="type_nom"]').click(function() {
292
			changerPlaceHolderNom();
292
			changerPlaceHolderNom();
293
		});
293
		});
294
		changerPlaceHolderNom();
294
		changerPlaceHolderNom();
-
 
295
		$('input').click(function() {
-
 
296
			$(this).attr('placeholder', '');			
-
 
297
		});
295
}
298
}
Line 296... Line 299...
296
 
299
 
297
function changerPlaceHolderNom() {
300
function changerPlaceHolderNom() {
298
	if(nomSciEstDemande()) {
301
	if(nomSciEstDemande()) {