[jQuery] Advanced flydom plugin use and IE browser hell

[jQuery] Advanced flydom plugin use and IE browser hell


Hi all,
I tried explaining my problem on a new blog I started. I have a
really good working flydom based code base and I don't want to change
from it. I works really good. So far.
I happen to build a table up dynamically from JSON input, I use it
everywhere and so far I didn't use a checkbox inside a table TD
element. I started working on this with FF in my left hand, jquery
and offspring in the other. I managed to control this nicely within
FF but once I started testing under IE It didn't work and neither is
it throwing any javascript error/warning.
Basically, I have a gut feeling that for some reason a dynamically
build checkbox can't be 'checked' by default in IE when creating it.
The function that manipulate them (included on my blog) do work fine.
And so far I have also fixed the save part under IE (so that works for
now). It's just displaying checked/unchecked depending on JSON data
that errors out.
I could use some pointers, this article http://foobar.no-ip.org/?page_id=13
has all the code and relevant pieces I hope to reproduce or correct.
Thanks in advance,
Glenn