xml4jquery
v1.1.2
Published
jQuery reactive plugin to supply XML, XPath and XSLT functionality.
Downloads
16
Maintainers
Readme
Xml4jQuery
jQuery reactive plugin to supply XML, XPath and XSLT functionality.
$(".toFill").html("Click here")
.$on('click')
.html('Loading...')
.sleep(1000)
.xmlTransform( 'test/test.xml', 'test/test.xsl')
.toggleClass('clickable')
.prepend("Still clickable <hr/>");
For details refer to primary project page xml4jquery.com
Including into project
xml4jquery.js
is distributed as npm module and is available on CDN.
##Licensing
It is a free to use and distribute binary library. The license agreement is embedded into xml4jquery.js file.
Commercial licence available upon request to [email protected].
##Support
Mail list hosted by google groups; see the project page for more options.