Dave Spurr
Member since Nov 2, 2009
- Profile: /members/4659-dave-spurr.htm
- URL: http://www.defusion.org.uk/
- Comments: 2
Recent Blog Comments By Dave Spurr
-
jQuery Live() Method And Event Bubbling
Posted on Nov 10, 2009 at 5:39 AM
Not really a question about the article, but what font did you use in the event bubbling diagram?... read more »
-
Using Regular Expressions In Javascript (A General Overview)
Posted on Nov 2, 2009 at 10:58 AM
Just thought I'd mention that if you're not aware you don't have to use the RegExp object to create a regular expression in 99% of cases. E.g. 'SomeString'.replace( /[a-z]+/i, '' ) will work just fine... read more »