Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
T.J. Crowder earned this badge 116 times |
jun 13 '12 at 14:56
JQuery: How to find out how many children an element has?
jun 3 '12 at 13:48
event.preventDefault() and multiple events
may 21 '12 at 9:07
How to compare two HTML elements
may 20 '12 at 18:06
Java - is it bad practice to do a try/catch inside a try/catch?
may 14 '12 at 5:28
get jquery `$(this)` id
may 5 '12 at 12:16
What's up with these Unicode characters?
apr 30 '12 at 16:57
What is the relationship between Enum and Enumeration, if any
apr 26 '12 at 12:36
The Java search: “block”
apr 23 '12 at 17:45
return statement with multiple comma seperated values
apr 23 '12 at 9:10
ArrayList : How does the size increase?
apr 20 '12 at 5:23
Do comments affect performance?
mar 23 '12 at 12:33
Which browsers allow cross domain ajax calls with Access-Control-Allow-Origin: *?
feb 25 '12 at 2:30
Javascript type of custom object
feb 21 '12 at 17:25
A function is larger than an array?
feb 20 '12 at 0:36
How do I write an extension method in JavaScript?
feb 13 '12 at 14:29
itextsharp set a document horizontal page a4
feb 10 '12 at 20:31
Javascript iterate over derived array
feb 2 '12 at 12:15
How to remove a property from an object?
jan 25 '12 at 22:42
Detecting memory leaks in JavaScript
jan 10 '12 at 6:04
Check synchronously if file/directory exists in Node.js
dec 23 '11 at 17:02
How do browsers handle JavaScript?
dec 16 '11 at 22:14
Javascript - detect if event lister is supported
nov 30 '11 at 22:42
Difference in Months between two dates in JavaScript
nov 24 '11 at 14:00
Defining a for loop in Javascript
nov 8 '11 at 20:41
“innerHTML += …” vs “appendChild(txtNode)”
nov 3 '11 at 4:10
How to select “label for=”email“” in CSS?
oct 28 '11 at 15:30
Javascript tail recursion
sep 29 '11 at 12:21
Multiline textbox in silverlight
sep 19 '11 at 21:37
In javadoc, what is the difference between the tags @throws and @exception?
sep 16 '11 at 15:37
dynamic object construction in javascript?
aug 17 '11 at 11:58
What does a Ajax call response like 'for (;;); { json data }' mean?
aug 8 '11 at 10:39
How to check if element has any children in Javascript?
jul 7 '11 at 3:04
Create a custom callback in JavaScript
jul 1 '11 at 17:01
The markup must be well-formed
jun 27 '11 at 16:30
Javascript not loading in IE7
may 23 '11 at 10:55
Javascript value to PHP with Jquery
may 19 '11 at 7:13
HTML5 File API read as text and binary
may 18 '11 at 17:25
defining array in javascript
may 17 '11 at 19:32
$(document).ready(function(){}); vs script at the bottom of page
may 11 '11 at 9:11
What does “String[] args” contain in java?
apr 20 '11 at 3:15
understanding the concept of javascript callbacks with node.js, especially in loops
apr 15 '11 at 11:10
Javascript map array with 'fromCharCode' (character length)
mar 23 '11 at 9:36
Two functions with the same name in JavaScript - how can this work?
jan 5 '11 at 13:48
javascript garbage collection
dec 27 '10 at 14:03
Browser detection in Javascript — ERROR?
dec 21 '10 at 7:36
Convert “pt” to “px” using regular expression
dec 14 '10 at 16:43
Multiple subqueries - SQL Server telling me to use EXISTS?
nov 8 '10 at 14:16
What does this Code do?
oct 21 '10 at 16:46
Scripting Languages vs. Compiled Languages for web development
oct 1 '10 at 7:17
JavaScript: using constructor without operator 'new'
oct 1 '10 at 5:26
Why this NumberFormatException?
sep 21 '10 at 14:58
Proper way of calling a Javascript method
sep 17 '10 at 9:21
Ethical Software Installs - Affecting other software
sep 13 '10 at 18:34
Chrome V8 Bug? Function Acting different after being called a 2nd time
mar 24 '10 at 16:42
In Javascript is there a function that returns the number of times that a given string occurs?
mar 23 '10 at 12:22
Recursive main() - why does it segfault?