/ajcPlaceHolder

A jQuery plugin to add a placeholder to a specific input elements.

Primary LanguageJavaScript

How to use it?
In the input element we need to add an auxvalue with the text for the placeholder

HTML
<input type="text" value="" id="fullname" name="fullname" auxvalue="fullname" />

SCRIPT
$("#fullname").ajcPlaceHolder();

That's it.

Thanks.