I have a set of qunit tests for my JavaScript that I am creating. On Safari 4.0.4 (Mac), I do this:
$(elem).css({ 'border-style':'outset' }); console.log( $(elem).css('border-style') ); // prints 'outset' On FireFox, the same code produces an empty string. Is it me? -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@googlegroups.com. To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en.