I’m developing a web application, need to append some text to a specific div(id=div_specific). The div is dynamic generated by program, so I need to verify if the div already exists, otherwise, I have to create that div first. How to verify if the div already exists?
I’m developing a web application, need to append some text to a specific div(id=div_specific).
Share
1 Answer