<div dir="ltr">Not sure what you meant by &#39;updating the nodes by AJAX&#39;? Did you want to edit the nodes? Order the nodes?<div><br></div><div>For the order you can use javascript to order the nodes using a drag and drop implementation and store this as a cookie. </div>

<div><br></div><div>Here is an example</div><div><br></div><div><a href="http://www.daviferreira.com/blog/exemplos/draganddrop/exemplo2.html">http://www.daviferreira.com/blog/exemplos/draganddrop/exemplo2.html</a><br></div>

<div><br></div><div>There is no AJAX involved in ordering as nothing goes back to the server in terms of storage.</div><div><br></div><div>Thanks</div><div>Anoop</div><div class="gmail_extra"><br><div>|--<br>| Zyxware Technologies<br>

| <a href="http://www.zyxware.com" target="_blank">http://www.zyxware.com</a><br>|--<br>| Be the change you wish to see in the world, M. K. Gandhi<br>|--</div>
<br><br><div class="gmail_quote">On Wed, Oct 23, 2013 at 8:46 PM, Bert Van Kets <span dir="ltr">&lt;<a href="mailto:bertvankets@gmail.com" target="_blank">bertvankets@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi all,<br>
<br>
In my D7 site I have a list of nodes of a specific content type. I use<br>
the XPath Feeds module to create these nodes from an XML document.<br>
I know I can create a view to display those nodes, but I need to update<br>
the nodes using AJAX and I&#39;d love to allow the visitor to move nodes to<br>
the top so the nodes he/she is most interested in stay visible easily.<br>
The rest has to be displayed using the sort order defined in the view.<br>
<br>
What is the best way to use AJAX to update the nodes content in a view?<br>
How can I give the visitor (unregistered user) the ability to move nodes<br>
to the top?<br>
<br>
Thanks for any help.<br>
<span class="HOEnZb"><font color="#888888"><br>
Bert<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</font></span></blockquote></div><br></div></div>