and sorry should the question be redundant, but I’ve been looking through previous questions but couldn’t find what I’m looking for specifically. I’m new to jQuery so I adapting similar solutions is hard.
I basically have two button sets, one for languages, and the other for letters of the alphabet, and I would like to construct the href of the outgoing link dynamically so that it is reflecting the language-letter combination the user has selected.
Example: if the user clicks on ‘English’ and ‘A’, then the outgoing link would be ‘… href = ‘Glossary-English-A.html’.
Thanks in advance for your help
given the following markup:
And the script…
Just what i cam up in the few minutes before dinner
:)Example on jsfiddle.