Would it be possible to dynamically load partials depending on the option a user selected in a drop-down list.
I am unfortunatly not working with Volt in my current project, so I would be looking for an ajax solution. I thought I could use jquery to catch the on change select , then make an ajax call to a getTemplateAction() method in my current controller, then call view->partial().
Anyone with a better suggestion would be appreciated.