Archive

Posts Tagged ‘autocomplete’

Jquery Autocomplete Key Value Pair

January 17th, 2012 Comments off

I need a talented Javascript programmer, experienced with Jquery and JqueryUI to modify the JqueryUI Autocomplete function (jqueryui.com/demos/autocomplete/)

I need the Autocomplete function on a field, that when a value is selected, it will direct the user to a page based on key of that value.

example data…

1 = apple
2 = banana
3 = orange
4 = grapes
5 = kiwi
6 = grapefruit

Someone entering the word ‘grape’ in the field would be able to see ‘grapes’ or ‘grapefruit’ then upon c…

Ie9 Browser Compatibility Problem With Autocomplete Search

December 18th, 2011 Comments off

I use an autocomplete search on my site that uses jQuery client side and PHP on the server. It works in IE7, IE8, Firefox, and Chrome, but I just discovered that it doesn’t work in IE9. I can’t find the problem.

I am looking for a browser expert to fix this problem.

Jquery Autocomplete Complete Form Inputs/selects

April 30th, 2011 Comments off

I wish to use http://view.jquery.com/trunk/plugins/autocomplete/demo/ to complete a form presented to the user. Normally this plugin autocompletes one input box however I want to extend this so that I can fill in the rest of a form. For example:

<input … text… /> (autocomplete>
<input text phone> (fills in when they select item from autocomplete)
<input text address> (fills in when they select item from autocomplete)
<select><option …> (fills in when they select item from autocomplete)

I plan to use the remote server side script to provide the data to do this. Looking to spend ~$15.

Ajax Autocomplete/suggest For My Joomla 1.6 Component

April 20th, 2011 Comments off

I need an Ajax Autocomplete/Suggest for my Joomla 1.6 component form. The form is dynamic in that is pulls fields from a database. Each field needs to do a lookup for autocomplete/suggest from the same MySQL table field for each of the form fields, but update independently.

What I’m basically looking for is the instructions on setting this up with a proven method for joomla 1.6.

Need To Clean Up Code For Autocomplete

April 4th, 2011 Comments off

I have a registration form where someone has created some autocomplete code for 3 of the fields. The info comes from a MySQL database. The autocomplete isn’t working correctly and I’m concerned about security issues. I need someone to either fix the current coding or clean it up and create new autocomplete code. Here is the link to the registration form:
http://www.eyesbrytedesigns.com/~diamonds/register.php

What is SUPPOSED to happen: the autocomplete should work when the user enters their high school name, (if they enter the letter “P”, all of the schools with a name that starts with “P” should show). Since there are many schools with the same name, the high schools’ location (city and state) should also show. When the user selects one of the schools, the school name, city and state fields should all be filled out. If the user’s school is not in our database, they should be able to enter the info manually.

Let me know if you have any questions.

Simple Autocomplete

July 12th, 2009 Comments off

Hi, i want to clone the same form (with autocomplete) of this website: www.trabber.it airports and hotel must get from mysql db.
I need an exact design and autocomplete for “voli” and “hotels” and it must be done in PHP

Js Autocomplete Functions

June 20th, 2009 Comments off

I need someone well versed in Javascript to do the following (WITHOUT a framework):

- onkeyup toggle through results from, like google when you hit up, down, and enter.
enter takes you to the link,
down moves you down throughout the list,
up moves up one throughout the list of results.

- cookie functions which save, erase and read cookies.
If a cookie is present and valid I need the user to be redirected to the location in its value.
When redirected the user should see something saying “remove as homepage” to remove the cookie.
If there is no cookie the user should see something which says “save as homepage” which saves a cookie with the value being the current location (including query string).

This is a very simple project for someone who knows JS. I have started these things but don’t know entirely what to do.

see http://www.tombarrasso.com/bbc, and google.com for ideas

Thanks,

- Tom

Autocomplete With Mysql

April 11th, 2009 Comments off

I need an autocomplete (Ajax/PHP/MySQL) like this :
http://www.pengoworks.com/workshop/jquery/autocomplete.htm

I want :
Autofill pre-populates text box as you type

I want that the form appears text (name of species) but send by get or post method an id (so my request by mysql_query contains 2 fiels : the name of species and the id). I’d like that the form should be send just by typing the enter key.

With the example on pengoworks, I think it’s not very difficult to convert this part of the autocomplete_ajax.cfm file :

_____________________
getCities = createCityQuery(
“Aberdeen”, “Ada”, “Adamsville”, “Addyston”, “Adelphi”, “Adena”, “Adrian”, “Akron”,

_____________________________

with a variable of an array from mysql but I don’t see how to do !

Bear