qyqx / j-table

Automatically exported from code.google.com/p/j-table
0 stars 0 forks source link

convert jTable to a jQuery extension #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
as it says on the tin.

Original issue reported on code.google.com by chris.f....@gmail.com on 21 Aug 2008 at 6:41

GoogleCodeExporter commented 8 years ago
* if I use jQuery, then nodeList would be a true array, so I could .sort() and
.reverse() it
* jQuery also has data() functions, would need to carefully replace my current 
data()
functions
* not sure about the future of my cell() functions
* replace all my native getAttribute etc functions with jQuery's attr() fuctions
* could use jQuery's :n-th-child(n) selector to get the cells in a column
* must use .each() to handle array.hide()

Original comment by chris.f....@gmail.com on 28 Aug 2008 at 9:20

GoogleCodeExporter commented 8 years ago
1. add jQuery to testcase
2. start adding functions one by one, using .jtable subobject
3. for each function, convert to handle .each() and build new testsuite.

Original comment by chris.f....@gmail.com on 28 Aug 2008 at 9:25

GoogleCodeExporter commented 8 years ago

Original comment by chris.f....@gmail.com on 16 Sep 2008 at 10:01