|
|
|
|
|
by frio80
4064 days ago
|
|
So this is like a Carousel for sets of <tr>'s in a table? Seems like a neat idea but on Chrome 42 (64-bit) OSX 10 scrolling fast with the trackpad causes the entire page to scroll. I assume it's because scrolling has reached the last <tr> in the table and the next set of <tr>'s has not yet been appended to the table. |
|
You can just stop the scroll event from propagating in the case that there's more rows to scroll through.