The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
48 views

Animating multiple DIV-Elements with JS and the DOM results in a low Framerate

Repost from Stackoverflow (here): I just started programming with javascript and I am currently working on this hobby web-site project of mine. The site is supposed to display pages filled with ...
1
vote
1answer
80 views

Help optimizing a function to count the rows in a textarea

I am writing a script to count the number of rows in a textarea, and as it will be called on every keypress I want to make sure it runs as fast as possible. I'm not aiming for a general solution: we ...