On Sun, 3 Sep 2006, Arash Yalpani wrote:

> And I have found another error on Firefox/Mac:
> ----------------------------
>
> Error: missing name after . operator
>
> In isortables.js on line 92:
>
>    shs.float = 'none';
> ----------------------------

"float" is a reserved word in JavaScript. The following is equivalent:

shs['float'] = 'none';

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to