717 reputation
510
bio website
location
age
visits member for 4 years, 3 months
seen May 16 at 23:11
stats profile views 40

May
14
awarded  Necromancer
Apr
13
awarded  Nice Question
Mar
7
answered Adding jQuery to sublime text 2
Dec
11
awarded  Popular Question
Jun
28
comment Open link in new window using javascript?
Is window.open() being called from a click event? If so, you'd have to stop the event from bubbling/propagating (which would cause the main browser window to point to the new url as well). Using jquery, event.preventDefault()
Jun
8
answered Sublime Text 2 and Zen Coding CSS Abbreviation
Mar
19
comment How to load page specific JS files with RequireJS?
I already do that. I was looking to group code that's not necessarily tied to modules, but to the page (some initialization code, or one off JS functionality that doesn't need to be modularized)
Mar
16
asked How to load page specific JS files with RequireJS?
Mar
8
awarded  Notable Question
Feb
20
awarded  Yearling
Jan
7
comment Ruby Gem Bundle Problem - Could not find paperclip-2.3.16 in any of the sources
Np, I was tearing my hair out as well. In my case, I had just installed rubygems, and thought I had the most updated version to begin with. Sometimes haphazard trial and error works wonders!
Dec
20
answered jquery fade in fade out priority
Oct
5
awarded  Popular Question
Sep
30
answered Can a texbox click event be captured?
Sep
12
comment jquery function not getting called inside of an ajax function
Really, this is the answer to the question. While all the other answers do work, the poster's question doesn't require live or delegation. He should be able to directly bind the events within the callback. It's another debate altogether about HOW to bind your events.
Aug
31
comment Is there a way to find the ID of the LAST element within a DIV using Javascript?
I've never had a problem in IE using $('<ul />') but like @Gerben said, the real problem is that the UL shouldn't have a text node directly inside of it
Aug
31
answered Ruby Gem Bundle Problem - Could not find paperclip-2.3.16 in any of the sources
Aug
31
comment Ruby Gem Bundle Problem - Could not find paperclip-2.3.16 in any of the sources
it says 0.9.2 when I do bundle install but when I do gem list it says (0.9.2, 0.8.7)
Aug
31
asked Ruby Gem Bundle Problem - Could not find paperclip-2.3.16 in any of the sources
Aug
30
answered Create instances of function