=== wp-autosuggest === Contributors: eliekhoury, jake1981 Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=RDWSGQXGQEBNA&lc=US&item_name=WP%2dAutoSuggest%20WordPress%20Plugin&item_number=wpautosuggest¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted Tags: search, autosuggest, ajax Requires at least: 2.0.2 Tested up to: 2.7.1 Stable tag: 0.21 WP AutoSuggest adds the Auto Suggest support to the WordPress search. == Description == WP AutoSuggest adds the `Auto Suggest` support to the WordPress search. The visitor can enter a keyword and the plugin will show him a few suggestion via an AJAX request before submitting the search query. The visitor can continue his search by pressing enter or he/she can use the keyboard arrows (up and down) to visit directly a suggested post. == Installation == Installing WP AutoSuggest is very straight forward: 1. Upload `wp-autosuggest` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. We're done! Some templates have the search input ID changed which is by default `s`, you change it from the `WP AutoSuggest` settings page. == Screenshots == 1. Here is a screenshot of plugin in action with browser that has support for CSS3. 2. A screenshot of plugin in action with browser that does not support CSS3 or has CSS3 support disabled. == Changelog - from 0.2 to 0.21 == - Changed readme.txt == Changelog - from 0.1 to 0.2 == - Round corners only worked nicely with white background (images didn't have transparency); Removed round corner images for container and made corners round with CSS3. - Changed "tip" graphic - wp-autosuggest html: layout has been simplified - wp-autosuggest css: removed unnecessary parts - Localization support added: - tested that it works with and without languageswitcher plugin - removed setting that contained "no results" text, this now on is fetched from localization file - fixed broken support for international characters - Fixed a typo in the beginning of javascript file (there was extra "7" before comments in beginning of file) - Removed some unnecessary files.