-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Use this
function parseHTML(html) {
var el = document.createElement("div");
el.innerHTML = html;
return el.childNodes;
}
var nodes = parseHTML("<span>Text</span>");instead of
$.parseHTML();Although, u have to use it correctly. Try & test it. jQuery isn't used everywhere only on one line so u can just replace that one line.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels