-
Please follow this Issue template to provide relevant information, such as source code repositories, blog links, and screenshots, which will help us investigate.
请按照此 Issue 模版提供相关信息,例如源码仓库、博客链接和屏幕截图,…
-
on using Pjax map is not displaying. On page load map is displaying but not pjax
```
```
-
-
I'm using magnific in the html like this:
```
```
It's working great apart from when the html is partially loaded using [jquery.pjax](https://github.com/defunkt/jquery-pjax). In this case, whe…
-
### Proposal
In current implementation, protobuf files used by remote storage API import gogo.proto
https://github.com/prometheus/prometheus/blob/2ce94ac19673a3f7faf164e9e078a79d4d52b767/prompb/remo…
-
After pjax reloads container some events are missing from DOM and because of that some simple jQuery code is not working. Specifically, $("#form0").submit(); so i can't auto submit my form.
-
```javascript
UM.getEditor("container", {}).setContent(data.responseJSON.content);
me.addListener('selectionchange', function () {
var state = this.queryCommandState(name…
-
-
Hi,
firstly thanks for the great extension!
It's working great on gridview if I don't use pjax, but when I ad pjax to avoid reloading, after the update the reordering buttons doesn't work anymore.
…
-
Today full page reloads are getting obsolete, ajax calls are way faster and prevents common resources to get re-download over and over (like css) It also prevents the server to re-execute querys that …