You need to escape the string you are writing out into DoEdit
to scrub out the double-quote characters. They are causing the onclick
HTML attribute to close prematurely.
Using the JavaScript escape character, \
, isn’t sufficient in the HTML context. You need to replace the double-quote with the proper XML entity representation, "
.
Related Posts:
- Escaping HTML strings with jQuery
- Prevent escaping javascript in visual editor
- Base64 & JSON Encode array in PHP, use as HTML data attribute, decode and parse in JavaScript …. with proper Escaping
- esc_js() breaks unicode sequences by removing the slash ‘\’ character
- how can i send this to wp_head – escape problem
- Dynamically creating charts of each row in an HTML table with chart.js
- Google reCAPTCHA V3.0 not working. “ERROR for site owner: Invalid key type”
- Javascript split regex question
- Find object by id in an array of JavaScript objects
- How to set NODE_ENV to production/development in OS X
- How fix ‘Failed to load resource: the server responded with a status of 403’?
- How do I empty an array in JavaScript?
- JavaScript TypeError: Cannot read property ‘style’ of null
- Python to JavaScript converter
- Set style using pure JavaScript
- Check if element exists in jQuery
- Checking a Url in Jquery/Javascript
- Usage of the backtick character (`) in JavaScript
- Why is using “for…in” for array iteration a bad idea?
- Parsing a string to a date in JavaScript
- Number converted in 1e+30
- How can I quickly retrieve a value from a MapIterator returned from Object.keys function?
- ReactJS: setTimeout() not working?
- Mouseover & Mouseout w/ Javascript
- Most efficient way to convert an HTMLCollection to an Array
- React Uncaught Error: Target container is not a DOM element [duplicate]
- How do you Hover in ReactJS? – onMouseLeave not registered during fast hover over
- ReactJS: setTimeout() not working?
- How to set ‘X-Frame-Options’ on iframe?
- What is the difference between node.js and io.js?
- module.exports vs exports in Node.js
- What does ‘:’ (colon) do in JavaScript?
- JavaScript getElementByID() not working
- How to send an email from JavaScript
- How can I check if an element exists in the visible DOM?
- XMLHttpRequest status 0 (responseText is empty)
- How do I modify the URL without reloading the page?
- Regular expression for removing whitespaces
- How to define Global Arrays?
- JavaScript post request like a form submit
- Google Maps API DeletedApiProjectMapError
- SyntaxError: Unexpected token C in JSON at position 0 – Ionic 2 Http GET request
- Is there a simple way to make a random selection from an array in JavaScript or any other programming language?
- jsPDF fromHTML() does not show HTML
- Uncaught Invariant Violation: Rendered more hooks than during the previous render
- Get cookie by name
- jQuery equivalent of querySelector
- document.getElementById().value doesn’t set the value
- How to remove part of a string?
- How to run a function when the page is loaded?
- Convert normal date to unix timestamp
- window.onload vs $(document).ready()
- Detect a finger swipe through JavaScript on the iPhone and Android
- console.log showing contents of array object
- How to sort 2 dimensional array by column value?
- anchor jumping by using javascript
- jQuery scrollTop() method not working
- FormData append not working
- How to convert binary string to decimal?
- Set CSS property in JavaScript?
- how to write javascript code inside php
- javascript convert int to float
- JSLint is suddenly reporting: Use the function form of “use strict”
- How do I install Angular 2 using NPM?
- Detecting a mobile browser
- jQuery .animate() not working
- how to add inside a text box?
- Extend core block in Gutenberg
- Is it possible to enqueue the Youtube API script or does it have to be inline?
- Localhost load-scripts.php Error 500 in Dashboard [closed]
- Correctly handling WordPress core data retrieval in Gutenberg
- Javascript not included
- Gutenberg RichText
- How to use wp.hooks.addAction() in React JS/Gutenberg?
- How to run JavaScript function in WooCommerce checkout?
- Accessing customizer values in javascript
- How do display simple page for printing product info? [closed]
- Unwanted line break before
- What is the “proper” way to generate a javascript variable depending on a custom field value?
- Adding nonce or hashes to inline scripts
- WordPress Media Library: Custom tab content displayed in “Media Library” tab
- Manually mark imported photo as selected in media library
- How to retrieve data from database, then pass it to Javascript?
- Weird links found in wordpress footer
- Looping over wordpress meta to create “ ‘s?
- Install GTM in pure javascript through functions.php
- Add script to page at certain location in wordpress
- Absolutely print script in footer
- how to let users upload their custom cover image
- how to use nimble-API and Display data?
- How do you create your own link preview for my website?
- Can’t get rid of JQMIGRATE: Migrate is installed, version 3.3.2. Manually updated all the libralies and site. 5.8.2
- Redirect to homepage if attmpting to leave intranet [closed]
- Twenty seventeen theme dropdown menu issue
- How to correctly load this jquery script through the file functions.php?
- Create new product with woocommerce REST API with javascript (clientside)?
- Unserialize WP_Options options programatically?
- javascript errors on mobile browser, not on desktop
- Javascript file not included only on home page
- Get current day using javascript [closed]