Hello,
My question is similiar to this question http://stackoverflow.com/questions/2223395/how-do-you-grab-an-element-from-a-remote-page-using-mootools-and-request-html
I unfortunately am not familiar with mootools at all but am being forced to use it as a number of other components on the website rely on this framework.
I am trying to grab an element from an external page and insert that into a div on my page.
In jquery this is nice and easy $('#result').load('ajax/test.html #container');
The above question grabs an element but I don't see how to insert that content into my pages div.
I also need the element to reload the content every 30sec which I have absolutely no idea how to achieve this using mooTools.
Thanks
Tim