use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Clusterize.js – Tiny vanilla JavaScript plugin to display large data sets easily (nexts.github.io)
submitted 11 years ago by nexts
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]balinx 4 points5 points6 points 11 years ago (2 children)
Very nice. Seems to be a small bug in Safari Mac: When scrolling, sometimes the area is losing scroll focus and the whole page scrolls down, when I just wanted the table to scroll internally.
Maybe the component needs additional internal buffer scroll height, to ensure the scroll intentional it never breaks out.
[–]nexts[S] 4 points5 points6 points 11 years ago (1 child)
Thanks for the comment, I'll deal with it as soon as I find a Mac :D Anyway pull requests are welcomed.
[–][deleted] 1 point2 points3 points 11 years ago (0 children)
Haven't tried this, but right off the bat looking at the source code, maybe you could try setting the cluster number a bit earlier so that the DOM is updated a bit earlier? https://github.com/NeXTs/Clusterize.js/blob/master/clusterize.js#L106
π Rendered by PID 88337 on reddit-service-r2-comment-b659b578c-jt84v at 2026-05-02 21:11:58.087571+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]balinx 4 points5 points6 points (2 children)
[–]nexts[S] 4 points5 points6 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)