[jQuery] A Syntax question/problem

2009-10-26 Thread cdukes77
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({

[jQuery] Re: A Syntax question/problem

2009-10-26 Thread cdukes77
Both answers are excellent. Two different approaches, both teach me something new. Thank you both Chip

[jQuery] Autocomplete - Is there a way?

2009-11-08 Thread cdukes77
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

[jQuery] Re: Autocomplete - Is there a way?

2009-11-08 Thread cdukes77
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