-
Before we can remove jQuery itself, we've got a list of these plugins that we need to walk through and replace with modern methods. Some of these are straightforward -- walking through mouse wheel ev…
-
```
Drew this is a placeholder for the ESAPI4JS JQuery Plugin.
```
Original issue reported on code.google.com by `chrisisbeef` on 29 Apr 2010 at 4:21
-
```
please add jquery validator to your apis
thanks
davoud rafati
```
Original issue reported on code.google.com by `it.raf...@gmail.com` on 15 Nov 2010 at 6:51
-
Detect if jQuery or the jQuery validation plugin exists. Only load if they don't exist. Something like:
if (typeof jQuery=="undefined"){
document.write("");
}
if (typeof jQuery.plugins.validate=="u…
-
```
please add jquery validator to your apis
thanks
davoud rafati
```
Original issue reported on code.google.com by `it.raf...@gmail.com` on 15 Nov 2010 at 6:51
-
```
Drew this is a placeholder for the ESAPI4JS JQuery Plugin.
```
Original issue reported on code.google.com by `chrisisbeef` on 29 Apr 2010 at 4:21
-
```
Drew this is a placeholder for the ESAPI4JS JQuery Plugin.
```
Original issue reported on code.google.com by `chrisisbeef` on 29 Apr 2010 at 4:21
-
```
Drew this is a placeholder for the ESAPI4JS JQuery Plugin.
```
Original issue reported on code.google.com by `chrisisbeef` on 29 Apr 2010 at 4:21
-
When lint is enabled, it prevents the corner plugin from acting on elements, especially if there's more than one of that element on a page.
-
For example this problem appears when you mix code using the dist version of jquery and code using the jquery plugin.
To load the dist version of jQuery with requirejs you need something like:
``` j…