Score:-2

Load results without full page refresh

de flag

Have a view with an exposed filter some reasons for trying to add behavior manually it is working but it refreshes the entire page instead of a particular div. when I try to enable Ajax yes under the views setting means its results breaks. Anybody helps me to update the below code to achieve the results without entire page refreshes.

$form.find('select-form').change(function){
$form.find('#edit-submit--2').trigger('click');
});
cn flag
You should concentrate on getting AJAX to work properly with the View IMO - trying to write your own AJAX solution will take a while, and it's beyond the scope of what you'll be able to get help for in a single question here
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.