Skip to content

dima-gorskov/placeholder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

placeholder

===========

placeholder cross-browser

connect plugin:

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="/placeholder/placeholder.min.js"></script>

simple:

placeholder text to specify the attribute 'data-label'

$(form).Placeholder();

select some input type:

$(form).Placeholder({
    selectors: ":text,:password,[type=email]"
});

style for input, label, input-wrapper:

$(form).Placeholder({
    styleLabel: 'color: #fff;', // style for label
    styleWrap: 'padding:20px 20px 5px; background:yellow;width:250px', // style for wrapper
    styleInput: 'width:100%; background:#000; color:#fff' // style for inputs and textarea
});

About

placeholder cross-browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages