onchange ordre
This commit is contained in:
parent
555992b973
commit
104f8250da
application/views
@ -18,12 +18,14 @@
|
|||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select name="order" id="order">
|
<select name="order" id="order" onchange="submitForm()">
|
||||||
<option value="">Ordre :</option>
|
<option value="">Ordre :</option>
|
||||||
<option value="asc">Croissant</option>
|
<option value="asc">Croissant</option>
|
||||||
<option value="desc">Decroissant</option>
|
<option value="desc">Decroissant</option>
|
||||||
</select>
|
</select>
|
||||||
<button type="submit">Envoyer</button>
|
|
||||||
|
|
||||||
|
<button type="submit">Envoyer</button>
|
||||||
</form>
|
</form>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
@ -26,3 +26,4 @@
|
|||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user