<br><br><div class="gmail_quote">El 12 de abril de 2012 13:29, Louis LaBrunda <span dir="ltr">&lt;<a href="mailto:Lou@keystone-software.com" target="_blank">Lou@keystone-software.com</a>&gt;</span> escribió:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Gastón,<br></blockquote><div><br></div><div>Hi Louis,</div><div>  </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
&gt;I never use Scriptaculous, but maybe something like this:<br>
&gt;<a href="http://demo.seaside.st/javascript/jquery/repeatedajaxcalls" target="_blank">http://demo.seaside.st/javascript/jquery/repeatedajaxcalls</a><br>
&gt;This example used the #JQLoad class.<br>
 </div></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks for the post, I will take a look.  I used the scriptaculous updater<br>
a few years ago.  Now, because scriptaculous and jQuery don&#39;t play nice<br>
together and scriptaculous isn&#39;t as popular as jQuery, I would like to move<br>
to jQuery.<br>
<br>
The way I&#39;m using scriptaculous updater is not an automatic update but one<br>
where row or items are added to a table on a button click.  An Ajax call is<br>
made to the server so the server knows what&#39;s going on and returns the row.<br></blockquote><div><br></div><div>Oh yes, I gave you this for quick reference, but for do an ajax call and dom manipulation with the response you can do something like this:</div>

<div><a href="http://demo.seaside.st/javascript/jquery/ajaxanddommanipulation" target="_blank">http://demo.seaside.st/javascript/jquery/ajaxanddommanipulation</a></div><div><br></div><div>Then, when the click is perform in the button an ajax call is do, and this block is evaluate in the server, where you add (#&lt;&lt;) code to a script (parameter s), in example to add/append/prepend html in some node (#logger) of dom:</div>
<div>[ :s | s &lt;&lt; (s jQuery: #logger) ... ])</div><div><br></div><div>Maybe scriptaculous updater does something more specific, in this case I&#39;m sure jQuery have an more direct equivalent, I don&#39;t know.<br>
Hope you help.</div><div><br></div><div>Regards.</div><div><br></div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
This works very well but I would like to find the jQuery equivalent.<br>
<div><div><br>
Lou<br>
-----------------------------------------------------------<br>
Louis LaBrunda<br>
Keystone Software Corp.<br>
SkypeMe <a href="callto://PhotonDemon" target="_blank">callto://PhotonDemon</a><br>
mailto:<a href="mailto:Lou@Keystone-Software.com" target="_blank">Lou@Keystone-Software.com</a> <a href="http://www.Keystone-Software.com" target="_blank">http://www.Keystone-Software.com</a><br>
<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br>