I have CSS code like this.
.dl-container > .dl-submenu.dl-animate-out-2 { <<< My target
Some code that I want to insert.
}
And this my Jquery code.
$( ***My target*** ).css("top", "500px" );
How Jquery insert top:500px; at my target CSS when I click some element on my website.