Support › Forums › Cian – HTML Template › Form Placeholder not displaying on IE › Reply To: Form Placeholder not displaying on IE
February 17, 2015 at 12:41 am
#4389
Keymaster
Hi Liana,
sorry for the delay. I have found a possible solution. Download this file and upload it to the folder js. Then, follow these steps:
-
Add the next code to the main file index.html (at the bottom with the other scripts):
<script type="text/javascript" src="js/jquery.placeholder.js"></script></ol>
-
Edit the file custom.js (in the folder js) and add the next code in the line 78:
$('input, textarea').placeholder();
Regards