#heading Text
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
function placeholderPolyfill(el, opt){ | |
opt = opt || {}; | |
var $el = $(el), | |
testAttribute = function(element, attribute) { | |
var test = document.createElement(element); | |
return (attribute in test); | |
}; | |
if (!testAttribute('input','placeholder') && $el.attr('placeholder').length) { | |
var defaults = { | |
clearOnSubmit: true |
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
Teste de texto | |
E duas linhas |
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
body { | |
background: #fff; | |
min-height: 100%;} | |
div { | |
float: left | |
} |
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
/** | |
* div float full width | |
*/ | |
html, body { | |
background: #f06; | |
background: linear-gradient(45deg, #00f, yellow); | |
height:100%; | |
} | |
div { |
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
/** | |
* div float full width | |
*/ | |
html, body { | |
background: #f06; | |
background: linear-gradient(45deg, #00f, yellow); | |
height:100%; | |
} | |
div { |
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
/** | |
* div float full width | |
*/ | |
html, body { | |
background: #f06; | |
background: linear-gradient(45deg, #00f, yellow); | |
height:100%; | |
} | |
div { |
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
/** | |
* div float full width | |
*/ | |
html, body { | |
background: #f06; | |
background: linear-gradient(45deg, #00f, yellow); | |
height:100%; | |
} | |
div { |
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
/** | |
* circular animation | |
*/ | |
html { | |
background: #f06; | |
background: linear-gradient(45deg, #00f, yellow); | |
min-height:100%; | |
} |
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
html { | |
background: #f06; | |
background: linear-gradient(45deg, #00f, yellow); | |
min-height:100%; | |
} |
NewerOlder