add jQuery

darcs-hash:20080617043650-84dde-cef7662e9dff3ac0a1187586fc4cdcfca1d08087.gz
This commit is contained in:
Evan Prodromou 2008-06-17 00:36:50 -04:00
parent 7ad2b42bc3
commit 4a01376789
3 changed files with 3586 additions and 0 deletions

3549
js/jquery.js vendored Normal file

File diff suppressed because it is too large Load Diff

32
js/jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -166,6 +166,11 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall=
'href="'.theme_path('ie'.$ver.'.css').' /><![endif]');
}
}
common_element('script', array('type' => 'text/javascript',
'src' => common_path('js/jsquery.min.js')),
' ');
if ($callable) {
if ($data) {
call_user_func($callable, $data);