Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

JQMIGRATE: jQuery.fn.click() event shorthand is deprecated #134

Open
dotherightthing opened this issue Apr 29, 2021 · 0 comments
Open

JQMIGRATE: jQuery.fn.click() event shorthand is deprecated #134

dotherightthing opened this issue Apr 29, 2021 · 0 comments
Assignees
Labels

Comments

@dotherightthing
Copy link
Owner

$expandButton.click(function (event) {
      var triggered = !event.originalEvent; // prevent the click bubbling up to the viewer, creating an infinite loop

      event.stopPropagation();
      var $currentGallery = $(event.target).parents('.wpdtrt-gallery').eq(0);
      wpdtrtGalleryUi.toggleExpanded($, $currentGallery, triggered);
    });

See MiniProfiler/rack-mini-profiler#343

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant