IEPlaceHolder is jQuery Plugin for Internet Explorer 7, 8 and 9
$(document).ready(function () {
$.fn.iePlaceHolder({
Class: 'place-holder',
element: 'span'
});
});This Plugin will read the input or textarea element's `placeholder` attribute and insert the new element before every form input / textarea
- Your Inputs / Textarea should have `Placeholder` attribute with value.
- You can able to change the placeholder container element type and their classes
- Placeholder has basic styles so it has to be styled as per your blocks.
- Class
- You can able to change the placeholder container's class name for updating few more styles.
- element
- You can able to change the placeholder container's element type (for example: span to div).