Skip to content
  • Merci Jacob's avatar
    Fix jQuery deprecated functions and syntax · 92dba0e6
    Merci Jacob authored and Benoit Grégoire's avatar Benoit Grégoire committed
    ---
    * [FIX] replace deprecated toggle used to bind handlers on alternate clicks on an element with the click event
    
    * [FIX] use modern jquery syntax for listening to the submit event
    
    * [FIX] use "length" property to get the number of elements in a jQuery object instead of the deprecated "size()"
    
    * [FIX] use modern jquery syntax for triggering the select event
    
    * [FIX] use modern jquery syntax for listening and triggering the scroll event
    
    * [FIX] use modern jquery syntax for listening and triggering the resize event
    
    * [FIX] use modern jquery syntax for listening and triggering the mouseup event
    
    * [FIX] use modern jquery syntax for listening and triggering the mouseover event
    
    * [FIX] use modern jquery syntax for listening to the mouseout event
    
    * [FIX] use modern jquery syntax for listening to the mousemove event
    
    * [FIX] use modern jquery syntax for listening to the mouseleave event
    
    * [FIX] use modern jquery syntax for listening to the mousedown event
    
    See merge request !4615
    92dba0e6