But for the sake of stupid errors in simple things I'll post jquery code:

$('.keyword_links').ready(function(){
    var keywords = $('.keyword_links');
    function addField(){
        alert('True');
    }
    keywords.bind("click", addField);
});

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/7X60FPjHzm8J.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to