Skip navigation.
Log in | Sign up
username: password: remember
the web is a hack
Monday, 19. May 2008, 22:42:14
Firebug, JS debugger, stack trace
Share this
Script formatter user JSEmployees anonymous are recruitment stars
kyleabaker # 19. May 2008, 23:47
d4n3 # 22. May 2008, 19:06
d4n3 # 22. May 2008, 19:30
Your name
Comment(BBcode and HTML is turned off for anonymous user comments.)
If you can't read the words, press the small reload icon.
Click on the smiley you want to add:
Disable smilies
All sufficiently advanced simplicity is undistinguishable from complexity
Aux
I think that a tiny amount of sites will be affected so it is ki ...
Jack
Awesome =D
Hallvord R. M. Steen
fearphage and lucideer: what we're learning the hard way again a ...
Charles Schloss
:up: Wow so much testing
Kyle Baker
Still 4998 in Opera 10.20.1895
serious
haha, I ran into this IE-bug the other way round (ie selecting s ...
xkcd on Firefox
kyleabaker # 19. May 2008, 23:47
d4n3 # 22. May 2008, 19:06
it's probably using some simple regex string matching to find out the name of the function, something like:
.*function\s+(.*)\(
d4n3 # 22. May 2008, 19:30
You could use this to name anonymous inline functions in your code on the fly, something like this:
// function addToWaitList()
jQuery.readyList.push ( function () {return f...
So this function would (presumably) show up in the stack trace as addToWaitList instead of (no name)