chris marx
Member since May 28, 2009
- Profile: /members/3495-chris-marx.htm
- Comments: 3
Recent Blog Comments By chris marx
-
Non-Module File Paths Are Relative To The "Working Directory" In Node.js
Posted on Sep 11, 2018 at 11:43 AM
Yes, totally saved me today-... read more »
-
Creating AngularJS Controllers With Instance Methods
Posted on Sep 6, 2013 at 9:35 AM
On the controller naming note, I hesitantly started following the naming conventions I saw in the documentation, with has controllers named like "MyCtrl", even though I thought this was a little bad. In the end though, I'm glad I did, because I have my server side java files in the same ap... read more »
-
jQuery Plugin To Return Delimited Value List Of Stack Element Attributes (Follow Up)
Posted on May 28, 2009 at 5:04 PM
how 'bout this- var joinedValues = $.map($("#yourselector"),function(el){ return $(el).html(); }).join(",");... read more »