Is there a way of getting the attribute – such as ‘rel’ from the selected option of the ‘select’ tag – i.e.?
<select name="menu" id="menu">
<option value="1" rel="123">Option 1</option>
<option value="2" rel="124">Option 2</option>
</select>
Any idea?
You can just use the
:selectedfilter.Here’s a fiddle : http://jsfiddle.net/jomanlk/ECAea/