Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript How Can i Replace Text When a Navigation Button is Clicked? Re: How Can i Replace Text When a Navigation Button is Clicked?

#122228
srikarg
Participant

Well, you could use jQuery or vanilla JavaScript (either can get you to your desired result) to get what you want. All you have to do is check if the menu items are clicked and if they are, update the ribbon with the text of the link. Here’s a quick example: http://codepen.io/anon/pen/rqJHm.