feedback icon indicating copy to clipboard operation
feedback copied to clipboard

Feedback is a Rails plugin that adds to your app an ajax-based feedback form triggered by a sticky tab

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

i keep getting this error in the console window TypeError: $(...).feedback is not a function This is what html that is put into my view $(document).ready(function() { $('#feedback_link').feedback({tabPosition: 'top'}); });...

Hello ! I use Rails 3.1 and when I call method feedback_tab from helper, " ' " quote is replaced by html code '. I've temporarily fixed it by writing...