- 001
- 002
- 003
- 004
- 005
- 006
- 007
- 008
- 009
- 010
- 011
- 012
- 013
- 014
- 015
- 016
- 017
- 018
- 019
- 020
- 021
- 022
- 023
- 024
- 025
- 026
- 027
- 028
- 029
- 030
- 031
- 032
- 033
- 034
- 035
- 036
- 037
- 038
- 039
- 040
- 041
- 042
- 043
- 044
- 045
- 046
- 047
- 048
- 049
- 050
- 051
- 052
- 053
- 054
- 055
- 056
- 057
- 058
- 059
- 060
- 061
- 062
- 063
- 064
- 065
- 066
- 067
- 068
- 069
- 070
- 071
- 072
- 073
- 074
- 075
- 076
- 077
- 078
- 079
- 080
- 081
- 082
- 083
- 084
- 085
- 086
- 087
- 088
- 089
- 090
- 091
- 092
- 093
- 094
- 095
- 096
- 097
- 098
- 099
- 100
$(document).ready(function() {
var pan_button = $('#pan_uploadButton'), interval;
var celo_button = $('#celo_uploadButton'), interval;
var face_button = $('#face_uploadButton'), interval;
var l_prof_button = $('#l_prof_uploadButton'), interval;
var r_prof_button = $('#r_prof_uploadButton'), interval;
var upper_button = $('#upper_uploadButton'), interval;
var lower_button = $('#lower_uploadButton'), interval;
var add1_button = $('#add1_uploadButton'), interval;
var add2_button = $('#add2_uploadButton'), interval;
var add3_button = $('#add3_uploadButton'), interval;
var add4_button = $('#add4_uploadButton'), interval;
var order = $('#ord').val();
$.ajax_upload(pan_button, order, 1, {
action : 'stars_orders/uploadAjx/',
name : 'userfile',
onSubmit : function(file, ext) {
//$("#uploadButton font").text('Загрузка');
/*
* Выключаем кнопку на время загрузки файла
*/
this.disable();
},
onComplete : function(file, response) {
//$("#uploadButton font").text('Загрузить');
var path = "templates/star_smile/images/"+response;
var htmls = '<img width="187" height="124" src="'+path+'" />';
$("#pan_img").html(htmls);
$(".pan_loading").html('Изменить');
$(".pan_deleting").html('Удалить');
// снова включаем кнопку
this.enable();
// показываем что файл загружен
//$("<li>" + file + "</li>").appendTo("#files");
}
});
$.ajax_upload(celo_button, order, 2, {
action : 'stars_orders/uploadAjx/',
name : 'userfile',
onSubmit : function(file, ext) {
//$("#uploadButton font").text('Загрузка');
/*
* Выключаем кнопку на время загрузки файла
*/
this.disable();
},
onComplete : function(file, response) {
//$("#uploadButton font").text('Загрузить');
var path = "templates/star_smile/images/"+response;
var htmls = '<img width="187" height="124" src="'+path+'" />';
$("#celo_img").html(htmls);
$(".celo_loading").html('Изменить');
$(".celo_deleting").html('Удалить');
// снова включаем кнопку
this.enable();
// показываем что файл загружен
//$("<li>" + file + "</li>").appendTo("#files");
}
});
$.ajax_upload(face_button, order, 3, {
action : 'stars_orders/uploadAjx/',
name : 'userfile',
onSubmit : function(file, ext) {
//$("#uploadButton font").text('Загрузка');
/*
* Выключаем кнопку на время загрузки файла
*/
this.disable();
},
onComplete : function(file, response) {
//$("#uploadButton font").text('Загрузить');
var path = "templates/star_smile/images/"+response;
var htmls = '<img width="187" height="124" src="'+path+'" />';
$("#face_img").html(htmls);
$(".face_loading").html('Изменить');
$(".face_deleting").html('Удалить');
// снова включаем кнопку
this.enable();
// показываем что файл загружен
//$("<li>" + file + "</li>").appendTo("#files");
}
});
$.ajax_upload(l_prof_button, order, 4, { ... и вот так вот 11 раз
istem 11.11.2011 21:40 # 0
Lure Of Chaos 11.11.2011 22:08 # +3
покороче нельзя было?
guestGovno 12.11.2011 06:43 # 0
guest 12.11.2011 19:58 # 0
guest 12.11.2011 19:53 # 0
guest8 09.04.2019 12:00 # −999