[jQuery] Re: jquery.css strips out my dashes in IE

2008-12-11 Thread MaTi
thanks mate :) works fine On 10 Dez., 19:34, ricardobeat [EMAIL PROTECTED] wrote: You have to use the camelCase variants when dealing with javascript: textAlign, backgroundColor, etc; On Dec 10, 2:41 pm, MaTi [EMAIL PROTECTED] wrote: Hi guys, i wrote the following code

[jQuery] jquery.css strips out my dashes in IE

2008-12-10 Thread MaTi
Hi guys, i wrote the following code: var x = jQuery(id); var a = x.data(styles); var t1, t2; if (a.length = 0) return; for(var i = 0; i