Drupal. Use AJAX to update view's content
Posted
by ozke
on Stack Overflow
See other posts from Stack Overflow
or by ozke
Published on 2010-06-10T17:14:16Z
Indexed on
2010/06/11
7:03 UTC
Read the original article
Hit count: 271
Hi,
I've created a view in Drupal that retrieves a list of nodes. The display of this view is a page and it works perfectly well. It does even allow me to filter its content by argument.
See the current's view configuration (click to enlarge):
I want to use AJAX to use the filter (by parameter) functionality without reloading the page. I've enabled the "Use AJAX" option but I am not sure on how to continue. Any ideas on how to do that?
By the way, I'm building my own theme (in case that changes anything).
Thanks in advance
Update: Basically, this view works when I browse through section/parameter1, section/parameter2... but I want to do the same with AJAX, without reloading the page. I hope is clearer now
© Stack Overflow or respective owner