-
I would love to see that you also provide this script with a plain JS version, without Jquery.
-
### Steps to reproduce the behavior
1. Add a new page/post and use the Latest Comment Block
2. Make a test comment in Chinese. _You can use this [Chinese Lorem Ipsum tool](http://www.richyli.com/t…
-
#### Steps to reproduce the issue
1. Go to https://www.deeblogi.fi with Chrome 78 (beta) or Firefox 69
2. Open browser console
3. See Javascript notice
#### What I expected
No Javascript noti…
-
1. 数组html需要join
```
w.dom(wrapper).html(items);
```
=>
```
w.dom(wrapper).html(items.join(""));
```
1. 转换类型
```
return str ? str.replace(/&/g, "&")....
```
=>
```
return str ? (str + "").rep…
-
Support for ESLint v9 [new flat config format](https://eslint.org/docs/latest/use/configure/configuration-files).
-
Modx 1.2.1-d9.1.0
SHK 1.6.3-rc
В большой корзине:
Товар * Кол = Price (без умножения)
И, что хужее - не могу переписать на IF
И при изменении количества нет Helper...
(даю демо - по запросу..…
-
I develope websites running on Wordpress, where jquery is already loaded, thus I'd like to avoid the redundancy of loading it another time bundled in my __app.js__.
The Webpack documentation sugges…
-
Due to my lack of javascript knowledge, getting simplecart.js to work with prototype.js has been a nightmare. I did a google search and most results point the problem to jquery and suggest adding a no…
-
### Quick summary
The "Likes" on comments (not on the post, but specifically on the comments) show a Like count, but when you hover over that count, it does not show _who_ left those likes on the comm…
-
Can someone explain how to configure the plugin properly? As soon as I enable the plugin via `main.inc.php` and log in, Rouncube only display a blank page. I'm using the up-to-date fork from @devurand…