Drupal, Views: using AJAX to load the complete node? -


I have a watch page with all the contents of my website (node ​​header) when I click on one of these headers Clicking I want to load the full node without refreshing the page and display it on the left side.

Can I do it with the view (I mean .. There is a functionality in it to load a full node and add it to the current page?

Thanks < / P>

No, the view is basically a SQL query generator. Do whatever you describe with Javascript But I do not know which module can be helpful.


Comments