Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

display js variable in html without +

 html+=`
                        <tr>
                        <td>{{substeps[i].sub_step_name}}</td>
                        <td><input type="checkbox" id="{{substeps[i].id}}" name="{{substeps[i].inspection_id}}" ></td> 
                        </tr>`;
 
PREVIOUS NEXT
Tagged: #display #js #variable #html
ADD COMMENT
Topic
Name
8+5 =