From: "danielks@..." Date: 2006-09-05T03:45:19+09:00 Subject: Rails AJAX help I have an input, and I want to, when the user types a number on that input and exits it (the onBlur event), to search a table on that number and return a value to that input. Thanks in advance.