| bio | website | blog.jbstrickler.com |
|---|---|---|
| location | Richmond, VA | |
| age | 29 | |
| visits | member for | 3 years, 2 months |
| seen | 10 hours ago | |
| stats | profile views | 374 |
Full-spectrum Web Developer. Heavy UX emphasis; Ability to use multiple paradigms to create custom ideal solutions. Great knowledge of the web architecture (both client- and server-side) from high-level abstractions down to the protocol level.
|
1d |
comment |
Create element on mousedown and immediately be able to drag it @Ian You're welcome. I too avoid getting downvotes for including jQuery in my response. |
|
1d |
comment |
Create element on mousedown and immediately be able to drag it @Ian this looks like answer material to me |
|
2d |
comment |
Matching a Forward Slash with a regex I'm not sure I understand. |
|
May 14 |
revised |
Identify duplicates in a List added 6 characters in body |
|
May 9 |
revised |
Identify duplicates in a List added 6 characters in body |
|
May 9 |
answered | Identify duplicates in a List |
|
Apr 25 |
awarded | Necromancer |
|
Apr 17 |
awarded | Popular Question |
|
Apr 14 |
awarded | Good Answer |
|
Apr 5 |
answered | jQuery character count - function not being called |
|
Apr 4 |
comment |
when should and when should i not put semi colon after function in javascript It's not necessary but you should always put semicolons after (function) expressions. |
|
Apr 2 |
awarded | Popular Question |
|
Mar 19 |
revised |
how to add object to array made the first and second example more clear |
|
Mar 18 |
awarded | Nice Answer |
|
Mar 18 |
revised |
removeAttr(x) vs. attr(x, '') in jQuery added 442 characters in body |
|
Mar 15 |
awarded | Nice Answer |
|
Mar 12 |
awarded | Yearling |
|
Mar 8 |
awarded | Popular Question |
|
Mar 5 |
awarded | Caucus |
|
Mar 2 |
comment |
Proper way to generate html dynamically with jQuery This is an old answer that is no longer the ideal solution. jQuery has deprecated template support (if it hasn't already been removed entirely). Templating engines are a dime a dozen; currently I'm using DOM snippets for client-side templating but the ideal solution is completely dependent on the problem being solved. |