On May 16, 2006, at 12:07 PM, prla wrote:
> In a web app I'm developing using bits of Mochikit, I have this table
> which gets rendered on-the-fly upon the return of an Ajax call (in
> this
> case, via loadJSONDoc). One column in each row of this table is a
> checkbox, which I attempt to create the DOM for with:
>
> TD(null, INPUT({'type':'checkbox', 'name':'itemCheckbox',
> 'onclick':'toggleBar()', 'value':item.id} ,null)), ...
...
> What puzzles me is that this works everywhere else, in every other
> browser, except IE 6 (I haven't tried the beta versions of IE 7). Even
> Firefox Win works just perfect.
This was reported and fixed a few weeks ago:
http://trac.mochikit.com/ticket/101
-bob
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---