bobbingwide / oik-ajax

Ajaxify paged shortcodes
https://oik-plugins.com/oik-plugins/oik-ajax/
GNU General Public License v2.0
1 stars 0 forks source link

Update for compatibility with jQuery 3.5.1 #7

Closed bobbingwide closed 4 years ago

bobbingwide commented 4 years ago

When using oik-ajax for pagination of blog posts with jQuery 3.5.1 the following message is displayed on the console JQMIGRATE: jQuery.fn.click() event shorthand is deprecated for the following line in js/oik-ajax.js

 $('div.ajax-shortcode a.page-numbers').click( loadpage );