#11716 closed bug (invalid)
jAlert not working in IE9.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | misc | Version: | 1.1.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 follow-up: 2 Changed 11 years ago by
Component: | unfiled → misc |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
comment:2 Changed 11 years ago by
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(); } }); }
This probably isn't a jQuery bug. Try the jAlert forum/issuetracker.