adamwulf / Columnizer-jQuery-Plugin

The Columnizer jQuery Plugin will automatically layout your content in newspaper column format. You can specify either column width or a static number of columns. And, of course, it’s easy to use!
http://welcome.totheinter.net/columnizer-jquery-plugin/
Other
758 stars 147 forks source link

Fix for jQuery deprecation of event shorthand: resize #229

Closed dheffx closed 5 years ago

dheffx commented 5 years ago

Fix for jQuery deprecation notice when using with 3.0+

jquery-migrate-3.1.0.js:99 JQMIGRATE: jQuery.fn.resize() event shorthand is deprecated jquery-migrate-3.1.0.js:101 console.trace migrateWarn @ jquery-migrate-3.1.0.js:101 jQuery.fn. @ jquery-migrate-3.1.0.js:528 (anonymous) @ jquery.columnizer.js:144

adamwulf commented 5 years ago

thanks!