Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Releases for jQuery Axis Client


jQuery Axis Client 0.2.0

Download: jqAxisClient.js_1.txt
Size: 11.95 KB
md5_file hash: add2f746eca1e3d040642d66cbf9cb18
First released: May 10, 2008 - 1:39pm

Support for IE (1)
Tidied up 'Node Type' definitions (2)

(1): Selectors in jQuery appear to currently not operate in the same manner across browsers (IE/FireFox). In Firefox you can ignore the namespace of an element name, whereas in IE you must specify it. To get around this, instead of "find('myTag')" you can instead use "find('[@nodeName=myNS:myTag]')" - which I have done.
(2): Certain non-compliant browsers don't have NodeType definitions. I now explicitly redefine them in this plugin.

jQuery Axis Client 0.1.0

Download: jqAxisClient.js_0.txt
Size: 11.58 KB
md5_file hash: e6305c6f8a92aad6a92a103b1042cfac
First released: May 7, 2008 - 2:00pm
Last updated: May 7, 2008 - 2:00pm

First release, tested using multiple webservices across a local area network.