yii-jquery icon indicating copy to clipboard operation
yii-jquery copied to clipboard

Yii Framework jQuery Extension

Results 15 yii-jquery issues
Sort by recently updated
recently updated
newest added

![Screenshot from 2022-10-03 12-12-34](https://user-images.githubusercontent.com/8326201/193511826-af1a9db9-6846-47f9-99d6-e848e2058bb6.png) Found during running `./yii-dev install` command in `yii-dev-tool` package.

type:bug

Added rector/rector to CI and composer.json. Mass creation refers to https://github.com/yiisoft/yii-dev-tool/pull/232

Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.2.1 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.4.0 Added a not-implemented warning if you try to use the second pseudo-element argument to getComputedStyle(), unless...

dependencies
javascript

| Q | A | ------------- | --- | Readability fix | according to https://github.com/yiisoft/docs/issues/155, chain calls must be put on separate lines.

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies
javascript

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies
javascript

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...

dependencies
javascript

### What steps will reproduce the problem? Меняю правила валидации в зависимости от выбранного radioButton в той же форме, очищаю и делаю нужный инпут disabled, но сообщение об ошибки/успешности остается,...

type:enhancement

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies
javascript

Привет! У меня приложение работает на ajax. И когда я делаю в контроллере `$this->redirect():` страница перезагружается. За это отвечает кусок кода в yii.js ```javascript function initRedirectHandler() { // handle AJAX...