Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1123 Rev 1126
Line 470... Line 470...
470
			autoDimensions:false,
470
			autoDimensions:false,
471
			width:580
471
			width:580
472
		});
472
		});
473
	});
473
	});
Line -... Line 474...
-
 
474
	
-
 
475
	// TODO : devrait être .on() à la place de live()
-
 
476
	$('.lien_popup.lien_metadonnees').live('click',function(event) {
-
 
477
		event.preventDefault();
-
 
478
		$.fancybox(this,{
-
 
479
			autoDimensions:true
-
 
480
		});
-
 
481
	});
474
	
482
	
475
	$('.lien_ouverture_onglet_parent').click(function(event) {
483
	$('.lien_ouverture_onglet_parent').click(function(event) {
476
		event.preventDefault();
484
		event.preventDefault();
477
		$(this).parents(".module").find("a.titreOnglet").click();
485
		$(this).parents(".module").find("a.titreOnglet").click();