[
https://issues.apache.org/jira/browse/OFBIZ-10758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16736745#comment-16736745 ]
Aditya Sharma commented on OFBIZ-10758:
---------------------------------------
Done for all instances in custom code for R18.12 at r1850713 & plugins at r1850714.
> Replace jQuery.bind() with jQuery.on()
> --------------------------------------
>
> Key: OFBIZ-10758
> URL:
https://issues.apache.org/jira/browse/OFBIZ-10758> Project: OFBiz
> Issue Type: Sub-task
> Components: ALL APPLICATIONS
> Affects Versions: Trunk, Release Branch 18.12
> Reporter: Aditya Sharma
> Assignee: Aditya Sharma
> Priority: Minor
>
> As of jQuery 3.0, {{.bind()}} has been deprecated. It was superseded by the [{{.on()}}|
http://api.jquery.com/on/] method for attaching event handlers to a document.
> Refer:
> [
http://api.jquery.com/bind/]
>
> The idea is to replace occurrences from the custom code and upgrade/replace plugins if applicable.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)