I'm using a jQuery plugin named MagicSuggest. It works fine but I have a special case. I want to turn off its suggestion matching feature. With its default feature, when I type 'New', it will suggest all the words with 'New' in it, but I want to display all suggestions regardless of what the users typed.
Is there a way to do that, and if so, how?