13,678 reputation
62950
bio website some.domain.name
location
age
visits member for 4 years, 7 months
seen May 21 at 1:22
stats profile views 1,717

Some people write a long story about themselves, Some don't.

Some people have English as their native language, Some don't.

Some people have an email address, Some have that too: some {at} domain {dot} name.

It can be unpleasant to not follow my recommendations.


Jun
7
awarded  Great Answer
May
8
reviewed Approve suggested edit on jQuery not working in AJAX Loaded page
May
1
comment Finding DOM node index
@user66001 I edited my answer to be more clear.
May
1
revised Finding DOM node index
clarification
Apr
28
comment Javascript - How to extend Array.prototype.push()?
@TedHopp Noticed the "I do not recommend that you do that."? I meant it. On the bright side, you are at the right site ;)
Apr
28
comment Finding DOM node index
@brunoais You are missing the point, again.
Apr
28
comment Finding DOM node index
@brunoais For future reference: At the machine level there is little to no difference between a for-loop and a while-loop. If you compare two functions where one uses for and the other while and you get a significant difference in time, you are probably doing something wrong.
Apr
28
comment Finding DOM node index
@StevenLu It is intentional. See ECMA-262 Edition 5 page 244 (145 in the pdf), the last note of section 15.4.4.14: "The indexOf function is intentionally generic; it does not require that its this value be an Array object. Therefore it can be transferred to other kinds of objects for use as a method. Whether the indexOf function can be applied successfully to a host object is implementation-dependent."
Apr
28
comment Finding DOM node index
@user66001 Sorry that I didn't notice you comment until now. Actually, I was referring to my own examples in my answer, where they are above the note. Sorry if that wasn't clear.
Apr
28
comment Finding DOM node index
@brunoais and in IE10 for and while is about 40% slower than indexOf... The way you are getting the elements is in a live HTMLCollection. By converting that to an array instead Array.prototype.slice.call(main.children,0) that is the fastest too in FF20.
Apr
28
comment Finding DOM node index
@brunoais In the for example you are using previousElementSibling and get the result 24, but in the while you are using previousSibling with the result of 49. I created a new testcase where they both use previousElementSibling and then there isn't that much of a difference anymore in my limited testing at least. Actually the while was a little faster in FF20 on Win7.
Apr
26
reviewed Approve suggested edit on Using either jQuery or plain JavaScript to fadeIn and fadeOut
Apr
25
reviewed Approve suggested edit on Eclipse hangs on loading workbench
Apr
25
reviewed Approve suggested edit on Different URLs when calling the base_url() function
Apr
25
reviewed Approve suggested edit on How to get a NTFS file id for a folder
Apr
12
reviewed Approve suggested edit on Select tag rails
Apr
12
reviewed Approve suggested edit on Sha1 Error when using brew install
Apr
12
reviewed Reject suggested edit on Bootstrap thumbnail issue
Apr
12
reviewed Approve suggested edit on Linq to SQL with Repository Pattern and DDD
Apr
12
reviewed Approve suggested edit on Google Maps API v3 multiple markers Infowindow