Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: [Waiting for user confirmation] Update the View results every time an input changes and URLs

$
0
0

Hi Adriano,
thank you for your answer. Could I use option without AJAX and just add auto-submit option per js?

Example:

jQuery(document).ready(function($){
    $('form.my-form select').change(function() {
           $('form.my-form').submit();
    });
});

Regards,
Michael


Viewing all articles
Browse latest Browse all 20145

Trending Articles