Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

add-on plugin for jrails to give support for auto complete in rails

License

Notifications You must be signed in to change notification settings

evilmarty/jrails_auto_complete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JrailsAutoComplete
==================

This plugin adds autocomplete support to jrails. This plugin works similarly to the build in rails auto complete


Example
=======
In the controller you can use the macro function as such

class ExampleController < ApplicationController
    auto_complete_for :fruit, :name

    ...
end

In your view:

<%= javascript_include_tag 'jquery', 'jrails', 'jquery.suggest' %>
...
<%= text_field_with_auto_complete :fruit, :name %>

Copyright (c) 2009 Marty Zalega, released under the MIT license

About

add-on plugin for jrails to give support for auto complete in rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published