Skip to content

Utils based on the great mootools-1.2 javascript framework

License

thomasd/mootilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mootilities

Mootools + Utilities = Mootilities

It's that easy!

Classes/Snippets/Plugins:

XSR.js

  • A script to make cross site requests (XSR) using the script-injection technique used in JSONP calls
  • Includes the following classes
    • XSR (base class, easy extendable to evaluate other formats)
    • XSR.JSONP (evaluates the response as a json object)
    • XSR.HTMLP (evaluates the response as HTML (using the same processHTML-method as Request.HTML)
    • XSR.XMLP (evaluates the response as XML, using the browsers build-in XML-parsers)

About

Utils based on the great mootools-1.2 javascript framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published