On 6/17/07, Glen Lipka <[EMAIL PROTECTED]> wrote:
I also got an error in IE7 on Vista. Strange one. Line 5. "Can't move focus to the control because it is invisible, not enabled or of a type that does not accept the focus."
@Glen This error is from Google when I load it in the iframe, I may change which page I load so this error goes away. On 6/17/07, Mike Alsup <[EMAIL PROTECTED]> wrote:
That's a nice lightweight tabs implementation. One thing I would suggest is to refrain from using keywords (return) as option keys. I rarely ever use quotes around my keys so I know I would be annoyed if a plugin imposed this on me. :-)
@Mike An excellent point, that in haste of finishing the project I hadn't thought of. I'll try to come up with a better name.
Also, your doc-ready handler can be simplified: $(function(){ $(".idTabs").idTabs(); });
Indeed, how silly of me to miss this. =P @All Thanks for all the great feedback. I'll post fixes in a day or two. ~Sean