vendredi 26 décembre 2014

Append URL with checked checkbox's value

I am in need of appending my url with the value of the checked checkbox, I'm able to see the right value for every option in the inspector tool.


What needs to be appended:



<a href="#/edit/"><div class="edit">Edit</div></a>


The checkbox:



<input type="checkbox" value="{{item.iid}}">


So the Edit link should be able to go to for example /edit/K1 once the item with the value K1 is checked.


I have no clue how to do this, I guess this could be done by JQuery?





Aucun commentaire:

Enregistrer un commentaire