Jul 24, 2009
jSuggest Enhanced 1.1 – Auto-complete Using jQuery
Change Log
- Fixed: Handling multiple spaces in keywords.
- Fixed: On empty results drop down border visible.
- Added: Keyword highlighting can now be either as string/words
Highlight Mode
The hlMode Option defaults to “string” mode, other supported format is “word”
On the drop down when keyword high lighting is on, till now the highlighting was done only as a string, Now it can be done as both string or word, like.,
when search is as “apple fruit” and the search result is “apple is a fruit” if the hlMode is set to word then both apple and fruit in the drop down will be highlighted.
highlight: true, hlMode: "string"
Download :
jquery.jSuggest.1.1
Hello and thank you for the new version. I like it very much.
All work excellent with english character set.
Unfortunately i have a problem with greek character set. Even i have configured in meta windows-1253 and also in ASP code Session.CodePage , Response.Charset etc! I checked with Taber Data for firefox that the querystring posted to back end page is like %CE%91%CE%91%CE%91 and so my back end code not working. I tried to convert querystring to Ansi but nothing. I have three days of trying but nothing at all. Can u please tell me how can i make plugin post ANSI querystring?
hey, I've not tested in other character set. how did it work out for you ?