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

The Jquery V3.5.0+ already removed trim method.

Open marvin-min opened this issue 3 years ago • 0 comments

Hi, Per the Jquery official document, they have removed the jQuery.trim() function.

  • https://api.jquery.com/jQuery.trim/
  • https://github.com/jquery/jquery/pull/4695

However, I saw the Jquery3 in this lib still contains trim() function. https://github.com/rails/jquery-rails/blob/master/vendor/assets/javascripts/jquery3.js#L10811

marvin-min avatar Mar 17 '21 09:03 marvin-min