jackmoore / colorbox

A light-weight, customizable lightbox plugin for jQuery
http://www.jacklmoore.com/colorbox/
MIT License
4.75k stars 1.14k forks source link

Replacing deprecated shorthands due… #894

Open RobertoCroesy opened 3 years ago

RobertoCroesy commented 3 years ago

Hello, I have been using your plugin for a while and since I updated the jquery of my project, the jquery migration started to alert these deprecateds shorthand, this is my attempt to solve. Shorthand replaced: bind, unbind, click and isFunction.

below I will leave some reference links: https://github.com/jquery/jquery-migrate/blob/master/warnings.md https://github.com/jquery/jquery-migrate https://jquery.com/upgrade-guide/3.0/

CYA