auto_complete_jquery
auto_complete_jquery copied to clipboard
Rails plugin for auto_complete with jQuery instead of Prototype/Scriptaculous
Hi there! This is WhitespaceBot. I'm an [open-source](https://github.com/Gunio/WhitespaceBot) robot that removes trailing white space in your code, and gives you a gitignore file if you didn't have one! Why whitespace?...
I'd love to use this gem, but the problem is that the javascript which is recommended to be added to application.js or similar is very cumbersome. $(document).ready(function() { $("input#post_title").autocomplete("auto_complete_for_post_title") });...