0
0
Hi,
Please don't just copy paste the code from here, as it had lost spaces when formatted.
Please check putting this -
<!-- IF IE - use Placeholder Fallback -->
<!--[if lt IE 10 ]>
<script>
$(document).ready(function () {
$("body").find('[placeholder]').each(function () {
$(this).val($(this).attr('placeholder'));
$(this).focus(function () {
if ($(this).attr('placeholder') == $(this).val()) {
$(this).val('');
}
});
});
});
</script>
<![endif]-->
0
Hi,
This script is not working in ie9.