I have a simple code
<div class="content"></div>
I want to echo something inside the div tag using javascript to show this way
<div class="content" something></div>
I need it using javascript because I want to use a function to echo something if the screen is wider than 960px I used this answer for the second part Do something if screen width is less than 960 px
Thanks guy in advance.