Closed burtondav closed 8 years ago
As a temporary workaround, you can lock the jquery-rails gem to 4.0.4. That works in my environment where I was getting the same issues with datatables.
This has been fixed in datatables https://github.com/DataTables/DataTablesSrc/commit/485b259e5c02ae7 can it be integrated and a new gem cut? For my project I need jquery-rails 4.0.5, another gem requires that version.
:+1:
Looks like the same issue as #193.
Yes please! @ricardodovalle @rweng Any chance you could give us a timeline for integrating https://github.com/DataTables/DataTablesSrc/commit/485b259e5c02ae7 into a new version of the jquery-datatables-rails gem? Thanks for all your work maintaining this.
Confirmed locking jquery-rails gem to 4.0.4 solves it as stated by @nightsurge . Hoping this would be fixed soon
As @nightsurge said, locking the gem fixes the issue:
gem 'jquery-rails', '=4.0.4'
(Had to do this to update the gem)
$ bundle update jquery-rails
+1 for a new version with the fix
:heavy_plus_sign::one:
:+1:
@nightsurge thx for the workaround! drove me nuts.
I believe this has been resolved with jquery-datatables-rails (3.4.0)
Can confirm that I'm no longer seeing this issue with v. 3.4.0
.
Thanks!
I'm getting the error "Uncaught TypeError: Cannot use 'in' operator to search for 'length' in isArraylike @ jquery.self-".
It happens in these lines:
A stackoverflow question states that "The versions 1.11.3 and 2.1.4 have this issue."
Jquery-rails versions, say:
How can I fix my issue?