Adding style for a particular class through jQuery
HI,
I am trying to hide "a href" based on the title.
The controls are created dynamic.
- <a title="Home" class="static menu-item ms-core-listMenu-item ms-displayInline ms-navedit-linkNode" href="">
<span class=additional-background ms-navedit-flyoutArrow>
I mean, for title="Home" in the below span , i want to add style=display:none".
How to achieve this using Jquery?
Thanks