• Stars
    star
    197
  • Rank 191,828 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 12 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

At.js gem

Usage


Bind your textarea

$(function(){
    data = ['tom','john'];
    $('textarea').atwho({at:"@", 'data':data});
});

that's it, check it out! more details in At.js Home Page

Installation


Rails 3.0.x

Issue command line bellow:
rails generate atwho:install
then It will show in public/[javascript|stylesheets]/ directory.

Rails >= 3.1.x

Add this gem in Gemfile like this:

gem 'jquery-atwho-rails'

add in app/assets/javascripts/application.js:

//= require jquery
//= require jquery.atwho

and in app/assets/stylesheets/applications.css:

//=require jquery.atwho

History Versions

All in At.js project.

Development


Test generator

Just issue
bundle then appraisal rails30 rspec