> From: Blair Mitchelmore
>
> If I'm not mistaken, anything can be used as a key if
> enclosed in quotes:
> f = {"float":"right"} // no problem
> Rather than with implicit quotes:
> f = {float:"left"} // not so good
>
> They can then be accessed via the array accessor
> f['float']; // no problem
> But you'll get trouble if you try the dot accessor
> t.float; // problem
>
> I think all of that's accurate.
blair = { 'You are 100% correct!': true }
-Mike
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/