Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7725893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T05:04:04+00:00 2026-06-01T05:04:04+00:00

I am using JqModal in my project. Its a nice JS modal. However i

  • 0

I am using JqModal in my project. Its a nice JS modal. However i need one help to attach an Close On Escape key press to the JqModal. I am loading eternal content from external URL in JqModal.

For simple Modal where no IFrame is used, its very easy to implement the CloseOnEscape key press feature.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T05:04:05+00:00Added an answer on June 1, 2026 at 5:04 am

    I made it work by updating the jqModal.js file

    Steps:

    1. Add option “closeOnEsc: true” to the jqModal. So the option will look something like this,

          var p = {
          overlay: 50,
          overlayClass: 'jqmOverlay',
          closeClass: 'jqmClose',
          trigger: '.jqModal',
          ajax: F,
          ajaxText: '',
          target: F,
          modal: F,
          toTop: F,
          onShow: F,
          onHide: F,
          onLoad: F,
          closeOnEsc: true
      };
      
    2. Add following code to the jqModal open function.

          var modal = $(h.w);
      
          modal.unbind("keydown");
      
          if (c.closeOnEsc) {
              modal.attr("tabindex", 0);
              modal.bind("keydown", function (event) {
                  if (event.keyCode == 27) {
                      event.preventDefault();                        
                      modal.jqmHide();
                  }
              });
              modal.focus();
          }
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a modal window using jqmodal. I need a button within that modal
I am trying to implement a modal window using jqModal plug-in. I make an
Hi I am using jQm Window to load modal window. http://dev.iceburg.net/jquery/jqModal/#how i am trying
I'm using jqModal in my ASP.net MVC 3 project. I have some buttons where
i'm using asp.net mvc 2.0 and jqModal to setup a modal wizard. i have
I just started using jqModal as I need support for nested modals. I'm noticing
Here's my scenario. I call jqModal using its ajax functionality that displays a form
using (var file_stream = File.Create(users.xml)) { var serializer = new XmlSerializer(typeof(PasswordManager)); serializer.Serialize(file_stream, this); file_stream.Close();
I want to create a simple form for adding new products using jqModal .
I'm using the jQuery Plugin jqModal . New to it, so i'm still learning

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.