Created on 5 February 2025, about 2 months ago

I'm rewriting my custom JS to interact with a map and I was hoping to remove the jQuery. I've tried many different approaches but can't get it to work. Is it possible to rewrite this example removing the jQuery?

(function getMap($, Drupal, drupalSettings) {
  $(document).bind('leaflet.map', function theBind(event, map, lMap) {
    theMap.map = map;
    theMap.lMap = lMap;
    theMap.this = this;
  });
})(jQuery, Drupal, drupalSettings);

Thank you.

πŸ’¬ Support request
Status

Active

Version

10.2

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States couloir007

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024