Ryan Ricard
Member since May 11, 2010
- Profile: /members/6008-ryan-ricard.htm
- Comments: 2
Recent Blog Comments By Ryan Ricard
-
Enable And Disable jQuery Event Handlers (Rather Than Bind And Unbind)
Posted on May 20, 2011 at 3:16 PM
@Ben Nice post! I see this was written in 2009... is this still the best way to conditionally bind jQuery event handlers? or does the library now offer a built-in solution? I haven't found anything in the documentation to support otherwise.... read more »
-
Ask Ben: Cleaning Two Digit Years Using Javascript And Regular Expressions
Posted on May 11, 2010 at 3:28 PM
Boyan, "\d" matches any numeric digit (0-9) as "\\d" will match the same digits as literal text -- which is helpful when using regex to evaluate a numeric value that is of data type string. Nice post Ben!... read more »