onchange ordre
This commit is contained in:
		@@ -18,11 +18,13 @@
 | 
			
		||||
            ?>
 | 
			
		||||
            </select>
 | 
			
		||||
 | 
			
		||||
            <select name="order" id="order">
 | 
			
		||||
            <select name="order" id="order" onchange="submitForm()">
 | 
			
		||||
                <option value="">Ordre :</option>
 | 
			
		||||
                <option value="asc">Croissant</option>
 | 
			
		||||
                <option value="desc">Decroissant</option>
 | 
			
		||||
            </select>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
            <button type="submit">Envoyer</button>
 | 
			
		||||
</form>
 | 
			
		||||
</main>
 | 
			
		||||
 
 | 
			
		||||
@@ -26,3 +26,4 @@
 | 
			
		||||
    </form>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user