-
Replace stock Bootstrap JS library with https://github.com/thednp/bootstrap.native/
-
In bower.json, the jquery query version is ~3.2.1 and this version contains vulnerabilities.
Any chance to update this so we can update to the latest jquery version?
-
in ajax function:
```
//may be good idea flag in settiong? My project needs to send checked off checkboxes
//later about this
($table.find('.tabledit-input:enabled:checkbox:not(:checked)')).each(f…
-
I am seeing "jQuery.isNumeric() is deprecated" warning on ACF Pro 5.9.3 with WordPress 5.6. Could you please fix the JQuery for next update ACF?
Thank you,
Lobsang
-
There is a dependency on jquery to get this to work, and not only jquery, but that you let jquery define $ in the global scope. This dependency should either be documented or removed.
-
Hi,
After fresh install (unzip grav-skeleton-striped-site-v1.0.3) :
``` js
ReferenceError: jQuery is not defined jquery-ui.js:14:3
ReferenceError: $ is not defined sunshine-in-the-hills:24:9
…
-
It seems that plugin doesn't work correctly with lastest version of jQuery. You can list items but screenreaders don't read selected one.
- https://woocommerce.github.io/selectWoo/accessibility-tes…
-
We only use jQuery to for its nice AJAX function. Since so little of jQuery is used, it would be great to remove the need for it.
To do this:
- Create/source an appropriate replacement for $.ajax
- R…
-
I'm testing an application that is running into problems when using the Selenium WebDriver. The specific problem is that once the JQuery script in FluentAutomation.Sizzle is loaded, window.jQuery and…
-
I am missing a article/some document which describes how to build a custom jquery version, to reduce necessary code size.