JQuery-Dialog (pop-up window, masking window), jquery-dialog window
Pop-up and masking windows that are frequently used in Ajax. Writing by yourself is definitely the best solution, but the time and cost decide to find a ready-made one. For more information, see. I need to meet several of my requirements
- Be concise and convenient
- With the masking function, Model Dialog is called a modal window.
- You can refer to the HTML pop-up window
- You can define the position and size of the pop-up window.
In fact, I only need a box. I prefer to control the content of the box by myself, so that the versatility is strong. It must be concise and complicated to configure without a box.
Finally select the most satisfactory Boxy http://onehackoranother.com/projects/jquery/boxy/
The HTML code produced by Boxy is also messy. But Boxy is the easiest to set, so it is easy to get started (pay attention to ing and find that the CPU is somewhat high ).
-= Other Links =-http://www.ericmmartin.com/projects/simplemodal/ http://dev.iceburg.net/jquery/jqModal/#examplesSimplemodal, jqModal. These two are the simplest and flexible, but they need to be prepared by themselves, and the official DEMO is not very similar to what I want. Many configurations are required, and the learning cost is high. If you want to customize your own Dialog, these two plug-ins can be used as the basic package and encapsulated in the basic package. You can easily meet your requirements.
Http://www.malsup.com/jquery/block/BlockUIGood results. In addition, the official help is also very detailed. If you just use simple masking, it is recommended to use it and it is easy to get started.
Http://jquery.com/demo/thickbox/ looks very complex, and biased in the picture, directly reject
Http://docs.jquery.com/UI/Dialog official want to introduce a few extensions of JS, support window zoom or something, but the production code is too complicated, not recommended.
Some Dialog lists sorted on the networkHttp://hi.baidu.com/freezesoul/blog/item/2889b44580e2fd23cffca3fb.html http://vision-media.ca/resources/jquery/jquery-popup-plugin-review
Custom JavaScript Dialog BoxesHttp://hi.baidu.com/freezesoul/blog/item/63a10bfa6e54109259ee90d8.html