Displaying 1 result from an estimated 1 matches for "dedraw".
Did you mean:
  ddraw
  
2006 Feb 20
0
Ajax and tables
Guys,
I want to be able to update the contents of a table without dedrawing 
the entire thing. Basically, if the user clicks on the 2nd column then i 
want to turn that cell red, the 3rd green and the 4th blue.
I have the table drawing correctly now but not updating correctly. I 
can''t get the update to work on the div unless its inside the table 
cell. I was...