Click outside and font normal

energoallok

New Member
How do i get click outside and font normal in jquery?When i click an element it should be bold until i click another text element.When clicked to any element then rest of the elements shouldn't be bold at the same time.How can i do this in javascript function?Code i am using-\[code\]$('.muon-no-submenu ').click(function () { $(this).addClass("muon_click"); });\[/code\]Class-\[code\].muon-no-submenu{font-weight:bold;}\[/code\]Bold texts remain even if i click another tabs.
 
Back
Top