[jira] [Created] (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] [Created] (OFBIZ-10758) Replace jQuery.bind() with jQuery.on()

Nicolas Malin (Jira)
Aditya Sharma created OFBIZ-10758:
-------------------------------------

             Summary: 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
            Reporter: Aditya Sharma
            Assignee: Aditya Sharma


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)