Ticket #11716 (closed bug: invalid)
jAlert not working in IE9.
| Reported by: | reddy.malla59@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | misc | Version: | 1.1.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I want to display a warning pop window. It is working fine in all IE browsers expect IE9. Please help to come out from this issue.
Change History
comment:1 follow-up: ↓ 2 Changed 14 months ago by sindresorhus
- Priority changed from undecided to low
- Resolution set to invalid
- Status changed from new to closed
- Component changed from unfiled to misc
comment:2 in reply to: ↑ 1 Changed 14 months ago by anonymous
Replying to sindresorhus:
This probably isn't a jQuery bug. Try the jAlert forum/issuetracker.
Adding my code here.... Appreciate for any suggestions..
function _sessionValidation() { jQuery("#workspace").hide(); alert("Inside session Validation"); jAlert( '<fmt:message key="bnwclient.message.UserAlreadyLoggedIn"/>', "Already in use!", function(result) if(result) { _proceedLoginScreen(); } }); }
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

This probably isn't a jQuery bug. Try the jAlert forum/issuetracker.