jQuery Axis Client 0.2.0
May 10, 2008 - 1:39pm — unruly
Download: jqAxisClient.js_1.txt
Size: 11.95 KB
md5_file hash: add2f746eca1e3d040642d66cbf9cb18
First released: May 10, 2008 - 1:39pm
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.