Browsing all articles tagged with Code | Sean McNamara
0
Populating a Form with a dropdown (jQuery)
Sunday, February 5th, 2012
I thought I’d share this, maybe it’ll help somebody else. Basically this will take the value of the drop down (select) and show() that many input fields. Note: jQuery required.
CSS Code for Wrapping Long URLs and Text
Tuesday, October 4th, 2011
Ran into the problem last night that a long email was messing up a design in smaller screen resoloutions. Perfect fix down below:
Snipt.net – Store your Code Snippets Online
Friday, September 18th, 2009
Often when your programming well you find yourself with a lot of reusable or recyclable code. Everyone has their own little way of keeping all this code and organizing it etc. etc. for their next project. However today I found a great website now that I need my code snippets in more than one place, [...]