I have an anchor as follows:
<a href="#" class="Menu">Text</a>
How can I get the CSS Class of this anchor using JQuery?
So in this case I would get "Menu".
I am able to add and remove CSS classes but I can't find a way to get the CSS classes of an element. What can I do ?
attr) instead of the native property.