Separating Javascript and Html, when dynamically adding html via javascript
- by optician
I am currently building a very dynamic table for a list application, which will basically perform basic CRUD functions via AJAX.
What I would like to do is separate the visual design and javascript to the point where I can change the design side without touching the JS side. This would only work where the design stays roughly the same(i would like…