jquery-rails icon indicating copy to clipboard operation
jquery-rails copied to clipboard

A gem to automate using jQuery with Rails

Results 19 jquery-rails issues
Sort by recently updated
recently updated
newest added

Update jquery to 3 7 1

Use trigger('submit') instead of .submit which is deprecated.

https://github.com/rails/jquery-rails/blame/12869dac3fcee107a9dabfbbe4f5054298d8877b/vendor/assets/javascripts/jquery_ujs.js#L231 ![image](https://github.com/rails/jquery-rails/assets/1414577/587cf875-973c-4233-b239-e5a729c319fe)

jQuery 3.7.1 [was released](https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/) in August, 2023, fixing a regression from jQuery 3.6.0. Can we please update the release in this gem as well?

ref https://github.com/rails/jquery-rails/issues/292

How I can make it work?

Hello, I started to use Rails 7 with importmap and faced the following problem: jquery-rails doesn't work correctly. When I try to use jquery on the page, an error appears:...

jquery3.self-e200ee796ef24add7054280d843a80de75392557bb4248241e870fac0914c0c1.js?body=1:10092 Uncaught TypeError: url.indexOf is not a function at jQuery.fn.init.jQuery.fn.load (jquery3.self-e200ee796ef24add7054280d843a80de75392557bb4248241e870fac0914c0c1.js?body=1:10092) at HTMLDocument. (common.self-3ccd50855eb87e1d709fcb22aecb5cf3431f583a079691479559a9777b3d3451.js?body=1:47) at mightThrow (jquery3.self-e200ee796ef24add7054280d843a80de75392557bb4248241e870fac0914c0c1.js?body=1:3558) at process (jquery3.self-e200ee796ef24add7054280d843a80de75392557bb4248241e870fac0914c0c1.js?body=1:3626)

As jQuery 1 & 2 are no longer supported, and no security updates are released anymore. How do you feel about dropping support for jQuery 1 and 2 in this...

The latest 4.4.0 release bumps the jQuery version to fix a security vulnerability. Issuing a GitHub security advisory for this project would enable GitHub's security tooling to pick up that...