Closed umesh8965 closed 9 years ago
Be sure to call the Placeholder initialization once the modal is displayed
Hello ! I have the same problem with my login form which is in bootstrap popover. No problem in ie8, no problem in ie10 and ie11, the problem appears only on ie9. I call placeholder after popover has been shown so I don't understand why it doesn't work !
$('.login-btn').popover();
$('.login-btn').on('shown.bs.popover', function () {
$('.placeholder').placeholder();
});
Thanks
@umesh8965 Are the contents being loaded via AJAX?
@or3lie ie10 and ie11 don't use this plugin. They already implemented natively.
hi,
placeholder script is not display placeholder text in modal popup or when form style display:none during page load.