Submit your widget

A Placeholder jQuery Plugin Polyfill - placeMe.js

Created 11 years ago   Views 10538   downloads 1853    Author Author
A Placeholder jQuery Plugin Polyfill - placeMe.js
View DemoDownload
29
Share |

 

How to Use

First include jQuery

 

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>

Next include placeMe.js

<script type="text/javascript" src="/path/to/placeMe-0.1.js"></script>

Now use the placeholder attribute to your heart’s content

<input type="text" placeholder="This is my awesome placeholder">