1.1.2 • Published 7 years ago

xml4jquery v1.1.2

Weekly downloads
42
License
xml4jquery.js
Repository
github
Last release
7 years ago

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.

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago