I haven't checked your code but this may well be an issue with the metadata plugin if you're working with XML data.
I've posted details on my blog: http://fyneworks.blogspot.com/2007/04/fix-for-jquery-bug-in-ie-working-with.html Let me know if it helps... On Apr 8, 10:48 pm, Ariel Jakobovits <[EMAIL PROTECTED]> wrote: > I am working with jdMenu. > > It works great on FF, throws an "invalid argument" in IE. > > The example on the site (http://jdsharp.us/code/jQuery/plugins/jdMenu/) does > not throw the error. > > So I figure it's an issue with the mix of libraries I am using. > > I would like to use the files packaged in the jdMenu zip, but the jQuery.js > file it includes is packed so I can't add in the modifications I've made to > my jQuery.js file, without which nothing works on my site (primarily the > scope parameter for the ajax callback, which I would like to see added into > the main jQuery file). > > Question 1: How should I deal with this? > > Question 2: How can we deal with this for the future?