equivalent of jQuery's "load" in prototype

Posted by Goro on Stack Overflow See other posts from Stack Overflow or by Goro
Published on 2010-03-08T19:16:37Z Indexed on 2010/03/08 19:21 UTC
Read the original article Hit count: 613

Hello,

I am trying to find an equivalent for the following jQuery javascript:

var x1 = setInterval(function() { $('#status').load("processor.php", {value:'name'} );}, 5000 );

I need to use Prototype for other applications on the page, and when I throw both jQuery and Prototype libraries in there they will not cooperate.

Thank you,

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about prototype