Status: New Owner: ---- Labels: Type-Defect Priority-High YUI
New issue 1153 by lucas.e.smith: tdEl.cellIndex is undefined http://code.google.com/p/google-caja/issues/detail?id=1153 <table><tbody><tr><td id="x">foo</td></tr></tbody></table> <script> cajita.log(document.getElementById('x').cellIndex); </script> Every cell in a table has a cellIndex property marking its current position in the row. This article itemizes the Table API fairly well: http://www.howtocreate.co.uk/tutorials/javascript/domtables cellIndex is referenced extensively in YUI DataTable -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
