[jQuery] Tweaking Autocomplete

2007-10-11 Thread Majid
Hi all, I use Autocomplete plugin (1.0 Alpha) mostly for form inputs bound to foreign key columns. For instance I have a user_position table with two columns: user_id and position_id. On new appointment form I have two autocomplete text inputs with the following code: input type=text

[jQuery] Tweaking Autocomplete

2007-10-11 Thread Majid Fouladpour
Hi all, I use Autocomplete plugin (1.0 Alpha) mostly for form inputs bound to foreign key columns. For instance I have a user_position table with two columns: user_id and position_id. On new appointment form I have two autocomplete text inputs with the following code: input type=text

[jQuery] Tweaking Autocomplete 1.0 Alpha

2007-10-09 Thread Majid
Hi all, I use Autocomplete 1.0 Alpha mostly for form inputs bound to foreign key columns. For instance I have a user_position table with two columns: user_id and position_id. On new appointment form I have two autocomplete text inputs with the following code: input type=text id=user_id