Skip to content

How to append html tags from an div onto another div?

Is it possible to append html tags from a content-editable div to another div? I wanted to make an html editor, and I wanted to make automatic preview. Here is the jsfiddle code: https://jsfiddle.net/eqw8L4to/12/ And here is the js code where I tried getting html tags from .html, and tried appending it to .re…

Check if optional chaining is supported

I want to use a polyfill for optional chaining but I do not want to provide a polyfill for browsers which already support this feature. Is there a way to determine whether a browser supports optional chaining ? Answer This works:

How to test if contextmenu is open or displayed?

I have a page with a few pre tags in it containing computer code. I have a mouseover event listener, which highlights all the code in the pre tag. I also have it remove the highlighting on a mouseout event. Works real well if you use the keyboard to copy (ctrl-C). But if you want to right-click and copy from