yii-jquery
yii-jquery copied to clipboard
Yii Framework jQuery Extension
As this is quite a hot topic (https://github.com/yiisoft/yii2/issues/10498#issuecomment-253542255, https://github.com/yiisoft/yii2/issues/12803 and more) its a good a idea not to wait too long with solutions. Many hours can be wasted to solve...
I found this issue during writing tests for `yii.js`. After this change - https://github.com/yiisoft/yii2/commit/8809d422dced06337a89ea1533c564eb5628d574 along with JS we additionally handle CSS too, so `reloadableScripts` and `initScriptFilter()` are not appropriate names....
This is similar to #13165. I agree with https://github.com/yiisoft/yii2/issues/13165#issuecomment-266235856 that init of 2 identical captchas can be useful. But what's the point of initialize multiple grid views, for example: ```js...
Originally suggested by @DmLapin here: https://github.com/yiisoft/yii2/issues/10549#issuecomment-227441454 ________________ There are few potential places for changes, but it can break compatibility (may be it could be included in 2.1 milestone): - validate()...
I found this issue during writing tests for `yii.js`. Currently the `yii.js` is initialized right when the DOM is ready and applies all functionality: ```js jQuery(function () { yii.initModule(yii); });...