You should use WordPress’s default javascript file in admin. Check out ThickBox in Codex.
Or, you can use jQuery UI Dialog plugin. You can find procedure to use in this answer of StackOverflow.
Related Posts:
- Dashboard controls have all stopped working
- Good Solution for Adding jQuery Tabs Anywhere Within WordPress?
- Screen Options JavaScript Code
- jQuery datepicker not showing on admin menu
- jQuery dialog popup
- How to change the text of a button in jQuery?
- jQueryUI dialog width
- How to use radio on change event?
- Form Submit jQuery does not work
- Slide right to left?
- Check if user is logged in using JQuery
- How to save the state of a drag and drop jQuery UI Sortables front end layout editor?
- jQuery UI Datepicker not working
- Custom function to rearrange attachments when creating posts – Almost there
- possible to make sections in theme customizer sortable and saveable at publish button clicked?
- How to Use JSON With AJAX?
- Enqueuing jQuery in plug-ins
- How do I get my page to load the jQuery UI Effects library?
- Admin wp_ajax hook returning 0
- Edit single attachment on click (WP-admin)
- Override default jquery ui library with newer version
- How to enable the content editor as a droppable target with jQuery-ui?
- Automatic jQuery accordion from header tags
- Adding a character counter to the excerpt metabox
- WP Admin missing icons, numerous JavaScript errors, but only when SCRIPT_DEBUG is false
- Returning content via jQuery without footers on admin pages
- Can’t load a class into WordPress post editor’s content field
- jQuery UI inside widget on admin page
- Unable to uncheck checkbox with jquery in wp admin
- Jquery not showing in homepage
- Format numeric symbols in titles
- Hide metabox dependant on page template chosen
- jQuery.accordion isn’t a function even when enqueued
- Override theme style with other CSS on a specific page
- Will the latest Bootstrap work properly with the default WordPress jQuery?
- jQuery is missing in wp-admin
- Rhyzz Repeatable-fields javascript in php and wordpress
- WordPress + BlockUI or a splash page [closed]
- Return an array from get_terms and store as JavaScript array for search autocomplete
- Bypass nonce value while trashing a post
- Dukapress jQuery(“form.product_update”).livequery is not a function [closed]
- wp_dequeue_script not working in my plugin
- How to isolate code to the post edit screen
- Which jQuery packages are included in WordPress 3.1.2?
- Cannot enqueue jQuery correctly using Google CDN
- Adding jQuery UI elements to WordPress page
- Admin side jquery is not loaded
- Using Foundation 5 in WordPress Administration Area
- Sorting WP Auctions by date/price?
- How to add custon UI jquery & Fancybox script to WP
- jQuery tabs plugin with callback to fetch data
- Jquery UI Google CSS, from where?
- Notice-Updated div moving around unprompted
- datepicker for custom post type admin
- Adding JavaScript file in Admin Panel
- jQuery UI tab does not work in the plugin page
- Applying jquery to WordPress admin edit.php
- JQuery UI not loading without explicit loading of jQuery
- AJAX Success Function using JS substr() fails in WP 4.1 vs 4.0
- Recommended Use of Bootstrap, or JQuery-UI in WP/plugin development?
- Drag and Drop Metadata Menu Order
- A carousel slideshow plugin in JavaScript
- Is textarea always accesible throught textarea#content in wordpress dashboard for a specific page?
- jQuery UI Accordion loading very slow
- Theme style overrides the plugin style
- Slide toggle Jquery UI
- jquery Autocomplete
- why does so many javascript libraries are loaded along with my website?
- Is not using admin-ajax to ajax submissions okay?
- How can I add a new lib path without call each one on the header?
- Uncaught TypeError: undefined is not a function (shortcode-box)
- Customize wp-admin form custom fields
- JQuery multiple toggle values
- Sorting UL Listing Within the TinyMCE Visual Editor in WordPress
- jQuery dialog prints HTML-Tags under WordPress
- jQuery .change() Event Bubbling in WP Admin
- Hook with jquery script is not working in wp-admin [closed]
- using jquery autocomplete in wordpress plugin
- Theme variation conflict with jquery select2 dropdown
- Override default options in plugin metaboxes
- JavaScript sleep/wait before continuing [duplicate]
- JSON parsing error syntax error unexpected end of input
- Why does my JavaScript code receive a “No ‘Access-Control-Allow-Origin’ header is present on the requested resource” error, while Postman does not?
- How do I link a JavaScript file to a HTML file?
- What does [object Object] mean? (JavaScript)
- jQuery $(this) keyword
- Why does my JavaScript code receive a “No ‘Access-Control-Allow-Origin’ header is present on the requested resource” error, while Postman does not?
- How to set time delay in javascript
- Disable button in jQuery
- jQuery $(this) keyword
- JavaScript error (Uncaught SyntaxError: Unexpected end of input)
- Disable button in jQuery
- JavaScript error (Uncaught SyntaxError: Unexpected end of input)
- How to wait 5 seconds with jQuery?
- Submit a form using jQuery
- How to Handle Button Click Events in jQuery?
- How to enable CORS in flask
- How can I get the ID of an element using jQuery?
- jQuery equivalent of JavaScript’s addEventListener method
- Should I use .done() and .fail() for new jQuery AJAX code instead of success and error