Tagged Questions
0
votes
2answers
6k views
jquery how to find if div with specific id exists
I've got a function that appends a div to an element on click. The function gets the text of the clicked element and assigns it to a variable called 'name'. That variable is then used as the div id ...