[Answer]-DJANGO HTML TEMPLATES : How to know Selected item in drop Down and display In the html page without any action

1👍

You can use jQuery’s onchange event handler to detect when choice is changed and also get the value. There is good example on the .change() api page.

👤Rohan

Leave a comment