Skip to main content

All Questions

Tagged with
0 votes
1 answer
511 views

Uncaught TypeError: $(...).sortable is not a function in Rails 6

Strugle alot but couldn't solve this problem. It been nightmare for me. I am using rails 6. and jquery ui "jquery-ui": "^1.13.0". I have added gem gem 'acts_as_list' and added ...
Sanju Basnet's user avatar
0 votes
1 answer
145 views

Rails jQuery sortable unable to save

I'm trying to make my table sortable (drag and drop) using jQuery, the problem I'm having is saving the new sorted table and then publishing it to other users or when the browser is refreshed. I'm ...
neo's user avatar
  • 4,118
0 votes
1 answer
284 views

content_tag_for not passing the right params

i'm trying to make a table that is sortable via drag+drop using jquery UI and acts_as_list. %tbody#lineup{"data-update-url" => sort_lineups_url} - @pieces.each_with_index do |piece, index| = ...
Matthew Berman's user avatar