Skip to main content

Bug Tracker

Side navigation

#11716 closed bug (invalid)

Opened May 07, 2012 01:37PM UTC

Closed May 07, 2012 01:49PM UTC

Last modified May 08, 2012 04:25AM UTC

jAlert not working in IE9.

Reported by: reddy.malla59@gmail.com 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.

Attachments (0)
Change History (2)

Changed May 07, 2012 01:49PM UTC by sindresorhus comment:1

component: unfiledmisc
priority: undecidedlow
resolution: → invalid
status: newclosed

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

Changed May 08, 2012 04:25AM UTC by anonymous comment:2

Replying to [comment:1 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();

}

});

}