Can I implement DOM manipulation in Backendless? For example if I wanted to do something like
doucument.getElementById(“create-obj-btn”).addEventListener(“click”, createObject);
or
document.body.style.backgroundColor = this.value;
how would I go about it?
Thanks,