Just use standard DOM functionality:
$('#xxx')[0].outerHTML
Or a bit simpler with .prop()
:
$('#xxx').prop('outerHTML')
outerHTML
is well supported – verify at Mozilla or caniuse.
Related Posts:
- jQuery $(this) keyword
- jQuery Selector: Id Ends With?
- jQuery dialog popup
- Set selected option of select box
- jquery loop on Json data using $.each
- Click button copy to clipboard
- $(document).on(“click”… not working?
- JavaScript console.log causes error: “Synchronous XMLHttpRequest on the main thread is deprecated…”
- jQuery – Add ID instead of Class
- Can Twitter Bootstrap alerts fade in as well as out?
- jQuery Scroll to bottom of page/iframe
- jQuery – Illegal invocation
- How to call a webservice method from an html page [javascript] with out refresh the page
- Random background images CSS3
- jQuery ajax error function
- How to scroll up or down the page to an anchor using jQuery?
- $ not defined using jQuery in WordPress
- AJAX nonce with check_ajax_referer()
- Require featured image
- jQuery UI Datepicker not working
- How can I add a jQuery OnClick event to the Publish posts button?
- Why $ for jquery doesn’t work?
- WordPress 5.2.1 deactivated my jQuery
- Draggable item in custom gutenberg block
- AJAX post into pop-up div
- How to include jquery validate in a template
- Appending anchor tag to next post
- jQuery UI AutoComplete not working in wordpress?
- WordPress Script Loading/Unloading — wp_deregister_script(‘jquery’)
- Simple jQuery Click Not Working, though console log recognizes the function [closed]
- Registration e-mail check with AJAX
- Updating User Profile with AJAX not working
- Auto Load New Posts
- wp_ajax() question.. not using wp_enqueue_script?
- Showing Author Information and Latest Post by author in lightbox when clicked on the name of the author
- Why isn’t jQuery 2.1 loading in the header?
- Load jQuery inside Page Template
- enqueue the scripts
- Returning content via jQuery without footers on admin pages
- wpColorPicker: How update colors on input value update?
- Getting all URLs of uploaded images using media uploader
- Reorder displayed posts with JQuery (title A-Z / last posted)
- `wp_editor()` CSS messing up the jQuery Dialog
- Ajax, Permalinks and post_thumbnail
- How to embed JS data viz in a simple WordPress website
- First Attempt at AJAX and it keeps getting Canceled. Can’t Get Results to Show
- Enque Javascript in Footer?
- window.onload wont execute in wordpress
- How to return multiple arguments from AJAX callback function
- JS news ticker is not working on home page but working on other pages. How to solve this?
- jquery does’t work
- WP Customizer compare and set a value via javascript
- jQuery function not working
- Remove swfobject.js in wp_head()
- Wp theme Jquery conflict with plugins that use jquery
- Using jquery and javascript in WordPress
- Uncaught ReferenceError: jQuery is not defined: how to fix on a sunday? [closed]
- underscore template dynamically remove row Jquery
- Loading external jQuery files with $
- fill form fields with ajax response
- Adding custom cart price with Ajax in wordpress
- Bootstrap modal with jQuery post [closed]
- echo do_shortcode for Contact Form 7 from within dynamically loaded php file
- How to use wp_update_post with ajax on frontend
- including jquery
- Customizing the Jquery Calendar [closed]
- How to declare/provide file path in JQuery which is emeeded in the WordPress theme
- Name of JQuery technique used on this site [closed]
- Show More Show Less – Not Working
- How to make JQuery load on top of head tag before everything
- Trying to add google ad onclick to wordpress and Divi buttons and header link
- Dashboard controls have all stopped working
- jQuery Plugin Uncaught TypeError: jQuery(…).slider is not a function
- How to use jQuery plugin
- $_POST empty in using new php file added to theme
- How to blur the_post_thumbnail() via blur.js (jquery)?
- Passing variable data from external jQuery file to options.php
- Plugin preventing media buttons from working
- Uncaught TypeError: Cannot read property ‘ajax’ of undefined
- How to deregister scripts all at once
- Using jQuery DataTables and yadcf
- :first-child applying to all links [closed]
- Ajax autocomplete based on usercode
- jQuery autcomplete not working
- Get selected value with PHP and jQuery
- jQuery dialog prints HTML-Tags under WordPress
- Add jQuery function to media button
- Loading custom file based on a dependant file that is also dependant on another file
- Why won’t this jQuery work in WordPress?
- Auto Sorting List Alphabetically
- Change WooCommerce Checkout Manager Datepicker to Jalali
- jQuery append only works if I select html in admin section [closed]
- jQuery color picker function on change
- Can’t get this jQuery snippet to work with WordPress
- Javascript Loading Effect to URLs
- How to combine jQuery in-place editor with $wpdb->update
- jQuery Add/Remove Classes Not Working
- Fire an event after Featured Image selection
- Elementor form – checkboxes validation
- How to add input file plain text and submit to publish?