Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 192 Rev 198
Line 1... Line 1...
1
<!-- DEBUT FORM_NIVEAU -->
1
<!-- DEBUT FORM_NIVEAU -->
2
<script type="text/javascript">
2
<script type="text/javascript">
3
	$(function() {
-
 
4
		$( "#radio" ).buttonset();
-
 
5
	});
-
 
6
	
-
 
7
	$(document).ready(function() {
3
	$(document).ready(function() {
-
 
4
		$( "#radio" ).buttonset();
8
		$('#eflore_niveau_submit').hide();
5
		$('#eflore_niveau_submit').hide();
9
		$(".zone-choix-niveau input").click(function() {
6
		$(".zone-choix-niveau input").click(function() {
10
			$('#eflore_niveau_submit').click();
7
			$('#eflore_niveau_submit').click();
11
		});
8
		});
12
	});
9
	});