Posts Tagged ‘request’

Using Mootools Request.HTML response Javascript using $exec October 7th, 2009 by Sheldon Lendrum

Javascript frameworks are great, no matter which one you use their all built to do more, quickly.
I use Mootools for most of my JS needs, and something is I often use is the AJAX request functionality.
Today I needed to send not only HTML back, but Javascript.
Here are the steps I needed to follow to not [...]