How to write <div>inside another using jQuery?
I have <div>one that I can’t change in HTML, because I work in CMS. So I want to write an element ( <div>) inside this <div>with a click function.
I already created the click function, but how do I write using jQuery a <div>INSIDE another specific one <div>?
source
share