xml4jquery

1.1.2 • Public • Published

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 support@simulationworks.com.

Support

Mail list hosted by google groups; see the project page for more options.

Package Sidebar

Install

npm i xml4jquery

Weekly Downloads

3

Version

1.1.2

License

xml4jquery.js

Last publish

Collaborators

  • sasha-firsov