Skip to main content
mathheadinclouds's user avatar
mathheadinclouds's user avatar
mathheadinclouds's user avatar
mathheadinclouds
  • Member for 11 years, 11 months
  • Last seen more than 3 years ago
21 votes
3 answers
31k views

.is(":hover") is broken as of jQuery 1.9 How to fix

21 votes
3 answers
3k views

can I turn off optimization, so in-scope variables from closures aren't "optimized out"

4 votes
2 answers
906 views

.forEach vs Object.keys().forEach performance on sparse arrays

4 votes
0 answers
1k views

condensed version of console.trace()

2 votes
3 answers
1k views

web audio analyser's getFloatTimeDomainData buffer offset wrt buffers at other times and wrt buffer of 'complete file'

1 vote
2 answers
436 views

namespace attributes not present in .outerHTML

1 vote
1 answer
1k views

how do I go into eval('debugger') mode when already stopped at 'regular' debugger statement?

1 vote
1 answer
844 views

LayerDrawable: can this be done more efficiently?

1 vote
1 answer
208 views

can / should I replace this for loop with a `.forEach` (or `.find`)

1 vote
1 answer
58 views

HTML/Javascript Resizer gadget doesn't work properly in Chrome

0 votes
3 answers
541 views

line underneath HTML table: caption or tfoot

-1 votes
2 answers
265 views

avoid joining a table 100 times with itself

-1 votes
2 answers
274 views

"Orphaned" fragment vanishes after rotation

-2 votes
4 answers
1k views

transpiler battle: breaking out of nested function, with vs without throw