jQuery and HTML visual glitches on table cell .toggle
Posted
by Forkrul Assail
on Stack Overflow
See other posts from Stack Overflow
or by Forkrul Assail
Published on 2010-06-09T08:04:13Z
Indexed on
2010/06/09
11:42 UTC
Read the original article
Hit count: 171
I have table that gets dynamically created.
When using jQuery and toggle, everything works. I however get a small visual glitch - it seems the HTML sometimes get selected. How would I disable this on a faulty drag or mouse operation?
Is there a difference in the DOM between text in a cell and 'not text' or buffered space in a td?
Thanks in advance.
© Stack Overflow or respective owner