Skip to content

Instantly share code, notes, and snippets.

@steppefox
Created October 22, 2013 04:38
Show Gist options
  • Save steppefox/7095307 to your computer and use it in GitHub Desktop.
Save steppefox/7095307 to your computer and use it in GitHub Desktop.
Yii: set path to core jquery script
Yii::app()->clientScript->scriptMap=array(
'jquery.js'=>'/js/jquery.1.8.3.min.js',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment