


MC Dialog js pop-up layer is perfectly compatible with multiple browsers (5.6 update)_javascript skills
Rendering:
MC Dialog Functional Features
1. Support keyboard operations (esc closes, enter executes the event of the currently focused button, blocks the ctrl keyboard, blocks The tab key truly implements a function that simulates the browser's own dialog box)
2. Supports intelligent focus movement (when the focus moves out of the layer, it automatically moves the focus back to the layer or moves it to the button if there is a button to ensure focus Always on the layer, make sure the shortcut keys operate correctly)
3. Smart flashing prompt function (when the focus moves outside the layer, for example, you click outside the layer, the layer will flash to prompt you that you must operate on the current layer, which is perfectly simulated here (In addition to the operation of the browser's own dialog box)
4. Support external callback events for buttons (callback events can be customized and bound to buttons)
5. Support drag and drop function (the drag and drop written by myself is quite efficient) High, consistent performance in various browsers, no frame dragging phenomenon)
6. Support penetrating iframe (can penetrate iframe, the basis of MC Dialog development is to penetrate iframe instead of frameset, so MC Dialog will always be stored in the latest in the dom under the top-level window object, so penetrating iframe is no problem)
7. Supports multiple MC.Dialog coexistence queue operation function, which can continue to pop up the layer in the pop-up layer (MC Dialog is saved in the Dialog queue , can pop up 5000 MC Dialogs, and you can operate each one correctly, and you can only operate the one you can currently see without any script errors. MC Dialog is different from the traditional pop-up layer in one major way. The characteristic is that MC Dialog is not just for simple applications or special effects or to be different, but it is made to completely replace the dialog box that comes with the traditional browser. Therefore, MC Dialog is fully equipped with the dialog box that comes with the browser. All functions)
8. Perfect compatibility, low memory consumption, stable (tested on ie6, safari, chrome, firefox, oprea, the world and other browsers) ps: Since the translucency of ie6 is not processed There is a slight flaw in the problem, but ie6 is rarely used (although a solution has been started, but it has not been added in consideration)
9. When w3c is declared and w3c is not declared, or there is no doctype dtd at the top, etc. The next performance is still
10. Supports access to iframe and iframe access to the parent window object. MC Dialog stores the embedded iframe object and can simply access the iframe. The iframe is always stored in the dom under the top window window, so access to the parent window and iframes are very easy
After testing, MC Dialog is almost perfect in the interface layout function execution etc.
It is recommended to use MC Dialog to replace the browser's unchanged dialog box
MC.Dialog is free and It is open source and you can use it as you like, but in order to respect the fruits of personal labor, please add copyright information. Thank you
MC Dialog has just launched a new modification office, and I hope to get your support
MC Dialog development log http://blog.sina. com.cn/zkunet
If you think it is good, please support it (please also keep the copyright statement in the file)
If you find any problems during use or have any good suggestions, please leave a comment here
5.6 Correction
1. Use the new drag method to solve some visual bugs when dragging the larger MC Dialog under ff
2. Optimize the relevant code
5.3 Correction:
1. IE6 supports translucency and shadow
2. IE6 covers select
3. Cancel the flashing prompt under IE and change it to a prompt sound that has not been processed yet
4. Correction detection The id function is written incorrectly
5. Dragging details to modify the object does not allow dragging the object out of the visible range
Demo addresshttp://demo.jb51.net/js/MCDialog/index. html
Download addresshttp://www.jb51.net/jiaoben/26152.html

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Detailed explanation of JavaScript string replacement method and FAQ This article will explore two ways to replace string characters in JavaScript: internal JavaScript code and internal HTML for web pages. Replace string inside JavaScript code The most direct way is to use the replace() method: str = str.replace("find","replace"); This method replaces only the first match. To replace all matches, use a regular expression and add the global flag g: str = str.replace(/fi

This tutorial shows you how to integrate a custom Google Search API into your blog or website, offering a more refined search experience than standard WordPress theme search functions. It's surprisingly easy! You'll be able to restrict searches to y

Leverage jQuery for Effortless Web Page Layouts: 8 Essential Plugins jQuery simplifies web page layout significantly. This article highlights eight powerful jQuery plugins that streamline the process, particularly useful for manual website creation

So here you are, ready to learn all about this thing called AJAX. But, what exactly is it? The term AJAX refers to a loose grouping of technologies that are used to create dynamic, interactive web content. The term AJAX, originally coined by Jesse J

Core points This in JavaScript usually refers to an object that "owns" the method, but it depends on how the function is called. When there is no current object, this refers to the global object. In a web browser, it is represented by window. When calling a function, this maintains the global object; but when calling an object constructor or any of its methods, this refers to an instance of the object. You can change the context of this using methods such as call(), apply(), and bind(). These methods call the function using the given this value and parameters. JavaScript is an excellent programming language. A few years ago, this sentence was

jQuery is a great JavaScript framework. However, as with any library, sometimes it’s necessary to get under the hood to discover what’s going on. Perhaps it’s because you’re tracing a bug or are just curious about how jQuery achieves a particular UI

This post compiles helpful cheat sheets, reference guides, quick recipes, and code snippets for Android, Blackberry, and iPhone app development. No developer should be without them! Touch Gesture Reference Guide (PDF) A valuable resource for desig

Article discusses creating, publishing, and maintaining JavaScript libraries, focusing on planning, development, testing, documentation, and promotion strategies.
