[jira] [Updated] (OFBIZ-10758) Replace jQuery.bind() with jQuery.on()

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-10758) Replace jQuery.bind() with jQuery.on()

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-10758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aditya Sharma updated OFBIZ-10758:
----------------------------------
    Affects Version/s: Release Branch 18.12

> 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)