I've been searching for other topics on Stackoverflow but cannot find what I search for.
What I want to do is to make a link to a page where a selection list is an define in the url which option should be selected.
E.g. the page 'selectionlist.html' has a selection list, '#select' with 2 options: 'value1' & 'value2'. If I make a link like this 'selectionlist.html?#select=value2', I want to go to that page with 'value2' already selected.
I'm pretty basic when it comes to javascript & jQuery, so I would appreciate to keep my noobines in mind ;)