I need to make a simple search across select box with single selection.
Main idea is to select first option element that matches simple pattern.
Simple pattern: it can contain * or ? placeholders which means any symbols.
How can i make this script with jQuery ?
Using Regexp ?
Thanks in advance.
If you extend your jQuery with this little snippet:
..you can use selectors like this: