I\'m working on loading. I have div #loading which is visible. And more divs #message which are hidden. I have js function.
#loading
#message
function lo
ID attribute must be unique. You can't use same ID multiple times on the page. If you like to use same key then use it as a class or data-id which can be same or differ.
ID
class
data-id