You should chain the replace() together instead of assigning the result and replacing again.
var strMessage1 = document.getElementById("element1") ; strMessage1.innerHTML = strMessage1.innerHTML .replace(/aaaaaa./g,'<a href=\"http://www.google.com/') .replace(/.bbbbbb/g,'/world\">Helloworld</a>');
See DEMO.
Related Posts:
- Cannot set property ‘innerHTML’ of null
- How to replace innerHTML of a div using jQuery?
- React.js: Set innerHTML vs dangerouslySetInnerHTML
- Difference between innerText, innerHTML and value?
- Uncaught Typeerror: cannot read property ‘innerHTML’ of null
- Is it possible to append to innerHTML without destroying descendants’ event listeners?
- What does “javascript:void(0)” mean?
- For-each over an array in JavaScript
- Failed to load resource: the server responded with a status of 404 (Not Found)
- require is not defined? Node.js
- What is NODE_ENV and how to use it in Express?
- How to deal with net::ERR_SSL_PROTOCOL_ERROR?
- What is the way of declaring an array in JavaScript?
- How to disable JavaScript in Chrome Developer Tools?
- JavaScript null check
- JavaScript “Uncaught TypeError: object is not a function” associativity question
- Angular: mat-form-field must contain a MatFormFieldControl
- JS – ReferenceError: fetch is not defined
- Check if a variable is a string in JavaScript
- How can I get file extensions with JavaScript?
- How to detect Safari, Chrome, IE, Firefox and Opera browser?
- What does on() in JavaScript do?
- AngularJS : Factory and Service?
- What’s the difference between console.dir and console.log?
- Use images like checkboxes
- What is the difference between document.location.href and document.location?
- JavaScript error (Uncaught SyntaxError: Unexpected end of input)
- Preloading images with JavaScript
- How to hide a div with jQuery?v
- How do I pass variables and data from PHP to JavaScript?
- How do I set/unset a cookie with jQuery?
- Calling onclick on a radiobutton list using javascript
- How to properly export an ES6 class in Node 4?
- Sorting HTML table with JavaScript
- Relation between CommonJS, AMD and RequireJS?
- How to loop through an array containing objects and access their properties
- Trying to use fetch and pass in mode: no-cors
- Moment.js transform to date object
- jQuery explode string like PHP
- Call Javascript function from URL/address bar
- Anagrams finder in javascript
- Validate date in dd/mm/yyyy format using JQuery Validate
- CSS Animation onClick
- How to subtract days from a plain Date?
- Stopping a JavaScript function when a certain condition is met
- Showing an image from an array of images – Javascript
- Javascript isnull
- Set value to currency in
- How to add 30 minutes to a JavaScript Date object?
- Get querystring from URL using jQuery [duplicate]
- Check if string contains only digits
- JS: iterating over result of getElementsByClassName using Array.forEach
- jQuery checkbox change and click event
- Error: listen EACCES 0.0.0.0:80 OSx Node.js
- jQuery selectors on custom data attributes using HTML5
- How to check if a value is not null and not empty string in JS
- How do I refresh a DIV content?
- TypeError: abc.getAttribute is not a function
- Syntax error: Illegal return statement in JavaScript
- Error: TypeError: $(…).dialog is not a function
- javascript includes() case insensitive
- Reading local text file into a JavaScript array
- “NS_ERROR_DOM_BAD_URI: Access to restricted URI denied”
- How can I unset a JavaScript variable?
- D3.js: what is ‘g’ in .append(“g”) D3.js code?
- Correct modification of state arrays in React.js
- Angular 2 Sort table columns
- JavaScript string encryption and decryption?
- How to dequeue a script?
- Combine enqueue js without affecting dependencies
- WP Customizer set a value via javascript (to create presets)
- preserve url parameters from affliliate sites
- How to overwrite JS variable with wp_localize _script?
- wp_enqueue_script adds only the first script
- Add javascript to a woocommerce page template
- How to get value of selected page template in Gutenberg editor?
- Dynamically insert values in a WordPress SelectControl Options field
- Vimeo froogaloop
- What javascript libs & frameworks are integrated in WordPress vanilla?
- Conditional fields in contact form 7 not working
- Enqueueing a script and a style sheet not working
- AngularJS with route and JSON API
- Uppload image from another source wp.media
- Use onfocus event in Contact Form 7
- Get Block Attributes in JSON REST API
- How to open the add media dialogue it in a certain state / tab?
- enqueue script won’t work (enqueue style does work)
- Variable equals another variable and then equals another variable
- How to get file object from file_attachment?
- Drag-to-Scroll Landingpage
- Easiest way to find JS conflicts
- How do I load urls from an external .js file to my admin head?
- Nothing in dashboard that uses javascript works
- XMLHttpRequest of admin data to public
- How to execute WP shortcode in a javascript string “”
- JS files landing on page but not working, using childtheme of twentyeleven
- PHP or JS for header image rotator?
- Replacing & in JS code on pages
- How do i get an Inline style in Gutenberg Block show up in front end?
- javscript that updates div in a single wordpress page