mathiasbynens / jquery-placeholder

A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet
https://mths.be/placeholder
MIT License
3.98k stars 1.34k forks source link

Placeholder not working after javascript windows.open in IE #195

Closed xelon86 closed 9 years ago

xelon86 commented 10 years ago

Hi, in IE the placeholder is not working after window.open javascript is triggered. My codes are as follow: ss1

amerikan commented 9 years ago

I believe you have to also include the jquery.placeholder plugin <script> reference and also initialize it within the window page that is opening.

nisha-kajale commented 8 years ago

Hi, I am facing the same issue. In my case i am having an export button whenever i click the export button to submit the export button and export csv. The placeholders are getting disappeared. Kindly help with a solution. Thanks, Nisha