Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mateusmaso/jquery.placeholdr

jQuery plugin for emulating placeholder
https://github.com/mateusmaso/jquery.placeholdr

emulate-placeholders javascript jquery jquery-plugin

Last synced: 11 days ago
JSON representation

jQuery plugin for emulating placeholder

Awesome Lists containing this project

README

        

jquery.placeholdr [![Build Status](https://travis-ci.org/mateusmaso/jquery.placeholdr.svg?branch=master)](https://travis-ci.org/mateusmaso/jquery.placeholdr)
==================

jQuery plugin for emulating placeholder on editable elements.

## Features

* Emulate placeholders.
* Textarea, input and contenteditable support.

## Dependencies

* jquery.js (>= 2.1.0)

## Examples

```javascript
$("input placeholder='Foo Bar'").placeholdr();
```

## License

Copyright (c) 2013-2014 Mateus Maso. Released under an MIT license.