JQuery 1.7.2 changed to 1.8.0

This commit is contained in:
coderaiser 2012-08-13 03:45:55 -04:00
parent 585f3b3a02
commit e27b8ba037
3 changed files with 9231 additions and 6 deletions

View file

@ -26,6 +26,8 @@ scroll to needed place.
* Fixed bug with document.head in IE.
* JQuery 1.7.2 changed to 1.8.0
2012.08.06, Version 0.1.5

View file

@ -133,7 +133,7 @@ var PolyFills = {
* можна заменить на любой другой код
*/
if(!document.getElementsByClassName){
Util.jsload('//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js',{
Util.jsload('//code.jquery.com/jquery-1.8.0.min.js',{
onload: function(){
/* сохраняем переменную jQuery себе в область видимости */
document.getElementsByClassName = function(pClassName){
@ -845,7 +845,7 @@ CloudClient.init=(function()
if(lTitle.length>0)lTitle[0].textContent='Cloud Commander';
/* загружаем jquery: */
Util.jsload('//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js',{
Util.jsload('//code.jquery.com/jquery-1.8.0.min.js',{
onload: function(){
$ = window.jQuery;
},

9231
lib/client/jquery.js vendored

File diff suppressed because one or more lines are too long