You need to sign in to do that
Don't have an account?

vfpage html placeholer working fine in ie11 but not in ie9 on page refresh
<html> <body> <p>A function is triggered when the user is pressing a key in the input field.</p> <input type="text" onkeypress="myFunction()" placeholder="test" > <script> function myFunction() { alert("You pressed a key inside the input field"); } </script> </body> </html>
When the panel is getting refreshed the placeholder value is not being displayed.on a portal login
THis issue is only in IE9 but works fine in IE11,Chrome,Mozilla.
Basically the placeholder is not working properly.
Any thoughts on this would be helpful
Thanks
sathish
T
i tried the jquery mentioned in this post and it is working...
thanks
All Answers
Source: https://github.com/mathiasbynens/jquery-placeholder (https://github.com/mathiasbynens/jquery-placeholder" target="_blank)
If the above suggestion worked, let us know by marking the answer as "Best Answer" right under the comment which will help the rest of the community should they have a similar issue in the future.
Thanks, Sunil
Thanks for the reply but i think the solution mentioned above is not working.
PFA the screenshots for IE10/IE9
Please give me some time to give you a workable solution.
Best regards, Sunil.
i tried the jquery mentioned in this post and it is working...
thanks
Please mark a "Best Answer" so that rest of the community can refer this in the future. It could be even yours :).
Thanks, Sunil