-
Requests made with `mw.Api` have something other kinds of promises known to mankind don't have – the `abort()` method. It's added using constructions like `.promise({ abort: xhr.abort })` in https://g…
-
Hi! all,
I detected some malfunction when importing from CSV file. Thanks in advance for your help/advice/hints ;-)... so here we go,
Describing general config:
* Ubuntu 20.04.6 LTS
* PHP …
-
I wrote a quick wrapper API around whenPromise() to be more like jQuery's deferred object syntax: https://github.com/tomkit/promised-io-deferred. Would love to get people's thoughts on the pros/cons o…
-
Is it possible to have style like jquery ui layout ?
See demo : http://layout.jquery-dev.com/demos/container.html
mafar updated
6 years ago
-
### Description ###
Steps to reproduce the problem
[testJquery.zip](https://github.com/user-attachments/files/16975577/testJquery.zip)
1.write the code like "document.body.style.zoom=1.2" in …
-
I have an HTML loading multiple scripts:
```html
...
```
scriptDeclaringAGlobalVar.js:
```js
var aGlobalVar = "hello"
```
scriptReadingAGlobalVar.js:
```js
$(document).re…
-
Hey!
Firstly, super sorry if this isn't the right way to do this, first time doing this. If it isn't the right place, please let me know where I should drop it!
I've been experiencing several websit…
-
Borrowing from the idea of unwrap in jquery, and an infamous idea of using an assignment operator ie
const [error, data] ?= await doSomething();
i suggest we use this concept in z.js, introduce th…
-
Don't you plan to add something like that virtual mouse events?
http://jquerymobile.com/demos/1.2.1/docs/api/events.html
Virtual mouse events
Or the code:
https://github.com/jquery/jquery-mobile/bl…
wclr updated
11 years ago
-
Is there any possibility to have fix-column or scroll loading on this component?