With almost 1000 cells in my table, your solution doesn't sound all that easy to me.
thanks, JAS On Feb 2, 3:55 pm, jQuery Lover <ilovejqu...@gmail.com> wrote: > The easiest way is to give your td's unique id's and then use > $('#colXrowY').html() > > ---- > Read jQuery HowTo Resource - http://jquery-howto.blogspot.com > > On Mon, Feb 2, 2009 at 3:46 PM, JAS <james.sch...@gmail.com> wrote: > > > I am (very) new to jQuery, and I have what I think must be a simple > > question. > > > Without jQuery, I would write: > > > var oCell = document.getElementById('myTable').rows[5].cells > > [2].innerHTML = "something new"; > > > but I do not understand how to write this same line in jQuery. > > > Thanks to anyone who can help. > > > JAS