Object Required (xml)
Object Required (xml)
hi there. I've tried searching google. asked this question in the jquery channel on Freenode but all without result.
I get the following error in internet explorer: (it works in all other browsers)
Object Required
jquery.min.js
Code: 0
URI:
http://ajax.googleapis.com/ajax/libs/jq ... ery.min.js
Line: 19
Char: 12043
The error is caused by the following line of code: (an alert before this triggers, after this it doesn't)
-
$(xml).find('veiling').each(function() {
the XML I get returned is what I expect. and is valid according to w3c.
My full code:
http://pastebin.com/m222566b3
and the retunrned XML:
http://pastebin.com/m569d98c
I hope someone here knows the issue,
Thanks in forward.