I am working on a chrome extension it attaches toolbar on to the DOM.
Now, I am using css selectors in js to find, attach and manipulate elements. If a designer changes any css selector in HTML content, it breaks the entire toolbar. To avoid this we decided to don't use css selectors in js code.
Can I use js frameworks like Ember , Angular or Backbone for this scenario?
Aucun commentaire:
Enregistrer un commentaire