-
### Before you start...
- [X] Have you updated your dependencies? You might be using an old version of the library.
- [X] Have you checked for an existing issue on this topic? If there is one, pos…
-
The problem is when Footable are initialized it breaks all jQuery callbacks inside table.
For example, i'v got a sorting script that works something like $('.sort a').on('click', function(){ code }) …
-
I'm having a hell of a time getting this plugin to work properly with an image parallax plugin. That's because the image parallax plugin needs to know the window's dimensions in order to calculate its…
-
### Describe the bug
I am setting up Partytown to handle multiple 3rd party scripts, however to start with, I am only testing it with Google Tag Manager. In order to bypass any CORS issues, I am usin…
-
SPA beacon is blocked if the href value of a existing link element is updated after route change, the following code will aid in reproducing the issue.
If we replace the example.com with any workin…
-
Hi friends! Thanks as always for this _amazing_ library; it's really made building CLIs in Python a breeze.
One thing I've noticed recently: when `Fire`-ing a function with an argument of type `Opt…
genos updated
2 years ago
-
I can open the Lock with a Lock Card in the Dashboard, but if I sent a `lock.open` in an automation or script nothing happens.
The logs don't even mention an event being fired for the lock (even if I…
-
```
ouch: the initial call downloads 139KB of JS, before we
fire off the search query. ouch.
addthis.js is an easy one: 15KB pre-compiled JS
ga.js is another example.
```
Original issue reported…
-
I am at a loss why this isn't working. The on:click clearly fires, but the button text does not update
```
import {
Button,
} from 'sveltestrap';
let counter = 0;
function counter…
-
# Background
When JS registers a listener for a particular event on a particular object, that event listener is appended to the end of target's event listener list.[1] When event is being dispatche…