g, then you obviously have the
> server side coding complete.. you'd simply add this "Add New" to the
> end of these results on the server
>
> On Nov 8, 11:19 am, cdukes77 wrote:
>
>
>
> > I'm usingAutocompletein a search field to reference and load a
I'm using Autocomplete in a search field to reference and load a
record from a database ... it's working perfectly, thank-you for
making this UI concept so easy to accomplish ...
Is there a way to have a "special item" return in the autocomplete
list regardless of what the user types ... In other
Both answers are excellent. Two different approaches, both teach me
something new.
Thank you both
Chip
I have the following syntax problem ...
$("#search").bind("keypress", function(e) {
if (e.keyCode == 13) return false;
});
$('#search').change(function() {
var vKeyword = document.getElementById('search').value
$.ajax({
4 matches
Mail list logo