Bug Tracker

Modify

Ticket #11716 (closed bug: invalid)

Opened 14 months ago

Last modified 14 months ago

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

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

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.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.