Use of attrFn in JQuery Mobile

Use of attrFn in JQuery Mobile

The latest stable version of JQueryMobile (1.3.2) still uses "attrFn"
  1. // jQuery < 1.8 if ( $.attrFn ) { $.attrFn[ event_name ] = true; }
     
Also, document with warning messages from jquery-migrate ( https://github.com/jquery/jquery-migrate/blob/master/warnings.md ) needs to be edited:


Solution: Ensure that you are using the latest version of jQuery UI (1.8.21 or later) and jQuery Mobile (1.2.1 or later); they no longer use jQuery.attrFn.
 

This simply isn't true :)


P.S. I'm sorry if this is not the right place to report it, but couldn't find any contact forms on your website. I guess forum administrators can remove thread after alerting development team.