Skip to content

Instantly share code, notes, and snippets.

@DrMabuse23
Created December 6, 2011 22:01
Show Gist options
  • Save DrMabuse23/1440223 to your computer and use it in GitHub Desktop.
Save DrMabuse23/1440223 to your computer and use it in GitHub Desktop.
'clientScript'=>array(
'class' => 'CClientScript',
'coreScriptPosition' => CClientScript::POS_HEAD,
'corePackages' => array(
'jquery'=>array(
'baseUrl'=>null,//unset the defaults
'js'=>null,
'depends'=>array('jquery-1.6.4'),//tell the component that it depends your package
),
),
'packages'=>array(//register your packages
'jquery-1.7.1'=>array(
'baseUrl'=>'/js/',
'js'=>array('jquery-1.7.1.min.js'),
),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment