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

JQuery Deprecated Methods

Open melloware opened this issue 5 years ago • 1 comments
trafficstars

JQuery has deprecated trim and isFunction methods.

Replace $.trim() with value.trim()..

$.trim(element.text()) becomes element.text().trim()

Replace $.isFunction(stringOrFunction) with typeof stringOrFunction === "function"

melloware avatar Apr 21 '20 22:04 melloware

Thank you. A pull-request here would be much appreciated.

rmm5t avatar Apr 24 '20 22:04 rmm5t