Since learning experience is vital, especially for Javascript, I will lead you in the right direction.
First, you should learn about event binding and mouse event handling with jQuery. You can do some powerful things with this knowledge, including what you would like to do.
Secondly, look at the basic jQuery selectors . It's easy to learn simple CSS-based selectors that you can use to select the id you want.
Third, look at the css() jQuery function, which falls under jQuery CSS . You can use this to set various item properties, including font weight.
source share