[jQuery] Noob

2009-01-14 Thread rhythmicde...@gmail.com
Hello, I have a table that has some form inputs in a single row. One of the text inputs is an autocomplete that gets its data from a PHP variable. I have all that working. I have a button that clones this row and all its inputs incrementing the IDs and then appending it to the table. That works

[jQuery] autocomplete

2009-01-12 Thread rhythmicde...@gmail.com
Hi all new to the group and jQuery in general. I just installed the very cool autocomplete plugin yesterday and have it working in the following scenarios: $("#example").autocomplete(data); Where data is a local string as shown in the examples. $("#example").autocomplete('get_data.php'); Where