[jQuery] Quicksearch. How to match only the beginning of a word?
Hello,
I'm using the Quicksearch plug-in and it does everything I need except
for one thing.
If I have two rows, for example:
"Blood oranges" and
"Green apples"
and I search for "a", it's going to match both rows because it matches
the "a" in "oranges".
What I need to is to match only the beginning of each word, so that
typing "a" in this case
would only give me "Green apples".
Does anyone know if this is possible?
Thank you for your help!