I have two different data coming from javascript and I want to display both data in the same cell in the same row
HTML code:
<td> <div class="rcelldata"> <div id="r_laps"></div> <div id="r_dfs" ></div> </td>
The result is: r_laps data r_dfs data
I want r_laps r_dfs
Extra tip, how to add brackets around the second data r_laps (r_dfs)
advance Thanks
tried many forms
You can use javascript like this
If you want to use brackets, you can use