7
2011
jQuery Plugin Alert Dialogs (Alert, Confirm, & Prompt Replacements)

Plugin ใช้สำหรับสร้าง Alert, Confirm Dialog แทนของเดิม หน้าตาดูดีขึ้น
This jQuery plugin aims to replace the basic functionality provided by the standard JavaScript alert(), confirm(), and prompt() functions. What’s the benefit of using custom methods? Well, a few good reasons, really.
* These are completely customizable via CSS (which can make your apps look much more professional)
* You can set a custom title for each dialog
* IE7 users get an ugly warning and usually have to reload the page if you use a regular prompt()
These methods simulate a true modal dialog box. They will automatically re-position themselves if you resize the browser window (unlike many existing dialog/lightbox-style plugins). If you include the jQuery UI Draggable plugin, the dialogs can be moved by dragging their title bars. Everything you need to produce the dialogs in the demonstration is included in the download.
Requires jQuery 1.2.6 or above.
Related Posts
Categories
- jQuery Accordion (6)
- jQuery Animate (11)
- jQuery Auto Complete (5)
- jQuery Background Effect (2)
- jQuery Charts (3)
- jQuery Color Picker (3)
- jQuery Confirm Override (3)
- jQuery Drag and Drop (2)
- jQuery Editor (1)
- jQuery Elements Effect (6)
- jQuery Form Validation (3)
- jQuery Image Crop (2)
- jQuery Image Galleries (21)
- jQuery Image Rotator (13)
- jQuery Image Slider (22)
- jQuery Image Zoom (8)
- jQuery Lightbox (15)
- jQuery Menu (12)
- jQuery Other (27)
- jQuery Scroll (3)
- jQuery Scrollbar (5)
- jQuery Slider (10)
- jQuery Tab (3)
- jQuery Table (4)
- jQuery Text Effect (1)
- jQuery Tooltip (4)
- jQuery ที่เขียนขึ้นเอง (2)



An article by admin









