photo credit: Smashing Magazine
"ajax autocomplete" is currently a popular topic for Ajax writers. We have "ajax autocomplete" focused insightful blog posts, breaking news, rare photos, easy downloads, and more for you from our Ajax collection.
TOTD #45: Ajaxifying Java Server Faces using JSF Extensions
Original at Sun Bloggers
• Tue, Sep 16
By arungupta And instead of refreshing the entire page, it uses JSF Extensions to make an Ajax call to the endpoint and show the list of cities based upon the text entered. This behavior is similar to Autocomplete and shows the suggestions in a ...
How to Create an Ajax Autocomplete Text Field: Part 6
Original at webreference
• Thu, May 15
In part 5 of the series, the AutocompleteList JavaScript file, we wrote the client-side script to manage the behavior of the Autocomplete control in the browser. This week we're going to finish the remaining Web files, including the ...
How to Create an Ajax Autocomplete Text Field: Part 5
Original at webreference
• Thu, May 1
In part 4 of the series, we defined the appearance of our autocomplete control using an external cascading style sheet (CSS). This week we'll create a JavaScript file to manage the behavior of the autocomplete control in the browser. ...
How to Create an Ajax Autocomplete Text Field: Part 4
Original at webreference
• Wed, Apr 16
Now it's time to turn our attention to the Web components. This week we'll create the CSS file, since it, along with the JavaScript file, need to be linked to the AutocompleteSearch.jsp page. By Rob Gravelle. 0416.
AJAX with Yahoo UI components and DWR
Original at JRoller
• Mon, Mar 3
By Carlos Sanchez I've been playing lately with YUI, the Yahoo User Interface library. So far I've used the autocomplete and treeview components, and I have to say they are quite easy to use and very complete. I had used Script.aculo.us autocomplete before, but YUI autocomplete has a lot of configuraiton opti...
Ajax on Rails with Stuart Halloway
Original at Raible Designs
• Sun, Feb 24
By Matt Raible There's a number of presentations I'd like to attend during this time slot. In particular, I'd like to attend Testing with Selenium and Simplified Ajax Development in Java with ICEfaces. However, Stuart Halloway is an excellent speaker and I'd rather hear him talk than learn something in...
Ajax autosuggest/autocomplete from database
Original at Ajax Tutorial Top List
• Thu, Dec 20
In this blog article, author shows how to creates autosuggest/autocomplete feature based on PHP search engine
AJAX - Powered AutoComplete (for Prototype 1.5.1)
Original at webeaters (Blogspot)
• Sat, Nov 17
based on Autosuggest with Ajax v. 2.1.3 of Timothy Groves) [IMG ] Here's Version 1.0.1 of my Ajax-powered auto-complete textfield. I had to do an autocomplete textfield object on my actual job and looking for good resources on the net (never reinvent the wheel) I found the, very good job of Timot...
AJAX AutoComplete/AutoSuggest TextBox
Original at The Code Project Latest Articles
• Tue, Jan 23
By Cassio Alves An article on AJAX AutoSuggest control.
Ajax Experience Day 2: Thomas Fuchs’ on the Enhancing the User Experience
Original at Ajaxian
• Thu, May 11
By Rob Sanheim Notes from Thomas Fuchs' session on Ajax and Javascript/DOM techniques to build a better user experience. Thomas is the creator of Script.aculo.us, a member of the Rails core team, and has his own blog at mir.aculo.us. Why use tools and frameworks? Don't reinvent the wheelJavascript gives yo...