Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Dynamically change post query Re: Dynamically change post query

#67318
TT_Mark
Member

Yep, what you are looking for is an automatic postback using AJAX which triggers when you make a change to the dropdown menu.

I’d personally use JQuery for this and, if you take a look at the documentation on their website, it is relatively straightforward.

Have a go yourself and let us know if you get stuck. There are plenty of people here willing to help