Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
benlinton
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Awesome Dashboard Icons recently released
(github.com)
1 points
by
benlinton
2y ago
|
0 comments
2.
▲
by
benlinton
13y ago
While we probably shouldn't worry about long CSS selectors due to performance issues, we should avoid them for other reasons. For instance, because it's considered a best practice to avoid "Modifying Components Based On Who Their Parents Ar
3.
▲
by
benlinton
13y ago
As far as I know, you should still use document ready. Putting javascript at the bottom does not ensure the dom is loaded before the javascript executes. Most of the time it probably is, but it's definitely not a certainty. And not all ja