[jQuery] Re: Hi all, jquery issue (major) with IE - all versions

2008-11-26 Thread tukutela
Hi all, I have some additional information which I hope might be of use. the function is passed the following variables: name = color value = inherit unfortunately I'm not able to get the elem to help out more, anyone have any suggestions on how to debug? On Nov 26, 9:42 am, tukutela &l

[jQuery] Hi all, jquery issue (major) with IE - all versions

2008-11-26 Thread tukutela
HI all, This only happens with IE (all versions), on line 1120 in jquery-1.2.6.js I get the following error. Line 1120: Invalid Property Value The line in the js file is the following: elem[ name ] = value; It inside attr: function( elem, name, value ) Does anybody have a problem similar to

[jQuery] $.post with an array of variables

2008-11-11 Thread tukutela
Hi all, I have an array of variables that is built from the following: data['freshbox'] = encodeURIComponent(freshBoxType); data['numitems'] = encodeURIComponent(items.length); data['customerid'] = customerid; for (var i=0;i