I have this problem: I define a text string in js:
htmo = "";
html += "<table class= "+" table table-responsive table-bordered";
but the browser interprets it as follows
<table class="table" table-responsive="" table-bordered="">
they can tell me how to concatenate the string in such a way that the browser interprets it well (USO FIREFOX) Thanks