auto_complete_jquery icon indicating copy to clipboard operation
auto_complete_jquery copied to clipboard

Rails plugin for auto_complete with jQuery instead of Prototype/Scriptaculous

Results 2 auto_complete_jquery issues
Sort by recently updated
recently updated
newest added

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") });...