This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.pbxproj -crlf -diff -merge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.DS_Store | |
*.swp | |
*~.nib | |
build/ | |
xcuserdata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Account Number | |
=REPT(0,8-LEN(A1))&A1 | |
#Sort Code | |
=REPT(0,6-LEN(A1))&A1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Original From: http://kamikazemusic.com/quick-tips/jquery-html5-placeholder-fix/ | |
Additions by Matt Clements | |
Licence: http://mattclements.mit-license.org/ | |
Adjusted to look at .change too | |
Added support for textarea's and pre-set values on fields | |
*/ | |
$(document).ready(function() { |
NewerOlder