I\'m trying to get this function to work, which does a request for parameter url then sends the responseText to callback which is a function.
url
callback
Possibly the Ajax request doesn't return data (so, a server side error of some kind). Try enabling the option 'show XMLHttpRequests' in the firebug console, to check for this.