¡@

Home 

javascript Programming Glossary: outputhtml

Display 'loading' image when AJAX call is in progress

http://stackoverflow.com/questions/7082323/display-loading-image-when-ajax-call-is-in-progress

Parse XML in Mootools

http://stackoverflow.com/questions/7107880/parse-xml-in-mootools

And this is my JS window.addEvent 'domready' function var outputHTML '' var req new Request url 'data.xml' method 'get' onSuccess.. 'suggestion' suggestions.each function item outputHTML ' p ' outputHTML item.getElement 'copy' .get 'text' ' br '.. suggestions.each function item outputHTML ' p ' outputHTML item.getElement 'copy' .get 'text' ' br ' outputHTML ' b '..