Updating Yii's jQuery version

Updating Yii's jQuery version

Last updated:
  • Download jQuery latest version from the official website. (download the production(minified) and the development(non-minified) versions; Yii expects both versions to be there and we don't want to cause any errors.)

  • rename the minified version you downloaded to jquery.min.js and the non-minified version to jquery.js;

  • replace the files in your framework folder, which is where Yii gets its files from; in my case it's at /home/user/yii-1.1.12/framework/web/js/source

Dialogue & Discussion