Skip to content

XmlAspect/xml4jquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xml4jQuery

Dependencies devDependencies NPM version

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/>");

More on 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 xml4jquery.com for more options.

About

Reactive jQuery plugin to supply XML, XPath and XSLT functionality within browser.

Resources

Stars

Watchers

Forks

Packages

No packages published