This file contains hidden or 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
| # +Includes 를 넣었습니다. 이것은 httpd.conf 에서 <Directory> 설정을 상속받아 Includes를 추가해주어야 하므로 | |
| # Options Includes 가 아니라 Options +Includes 입니다. | |
| # .htaccess 를 사용하려면 <Directory> 에서 AllowOverride All 로 설정하세요. | |
| AddOutputFilter INCLUDES .html | |
| Options +Includes |
This file contains hidden or 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
| fCollection.on 'reset', (collection, opts) -> | |
| # contents of opts | |
| # { | |
| # error: function (model, resp) {} | |
| # parse: true | |
| # success: function (resp, status, xhr) {} | |
| # } |
This file contains hidden or 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
| <label for="ex1-pw-input" style="display:none;">비밀번호</label> | |
| <input type="password" value="비밀번호" data-placeholder="비밀번호" id="ex1-pw-input" /> |
NewerOlder