lokesh / lightbox2

THE original Lightbox script (v2).
http://lokeshdhakar.com/projects/lightbox2/
MIT License
6.2k stars 1.77k forks source link

jQuery 3.5: Don't use shorthand $.focus() #697

Closed AlexGStapleton closed 11 months ago

AlexGStapleton commented 3 years ago

$.focus() shorthand is deprecated in jQuery 3.0. Without this change jQuery Migrate is required.

https://github.com/jquery/jquery-migrate/blob/master/warnings.md#jqmigrate-jqueryfnclick-event-shorthand-is-deprecated

AlexGStapleton commented 11 months ago

Looks like this was resolved in v2.11.4 by https://github.com/lokesh/lightbox2/commit/b7430758a9dde9227e9d3f440901f55afe9dfcc6 so I'm closing this.