[jQuery] jQuery 1.1.1 Question : type mis-match
I'm in the process of upgrading my code to use the latest API and get a type
mis-match error in IE on this code from jQuery.js:
else {
name = name.replace(/-([a-z])/ig,function(z,b){return b.toUpperCase();});
if ( value != undefined ) elem[name] = value;
return elem[name];
}
The mis-match is at: elem[name] = value;
I am using the attr method to pull id, href, and rel values. Is there a
condition where these values can cause this error?
Any ideas as to why this might be happening?
*
--
View this message in context: http://www.nabble.com/jQuery-1.1.1-Question-%3A-type-mis-match-tf3161725.html#a8770035
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/