Subversion Repositories SmartDukaan

Rev

Rev 9010 | Rev 9012 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9010 Rev 9011
Line 1... Line 1...
1
<html>
1
<html>
2
<head>
2
<head>
-
 
3
<style>
-
 
4
.loading-image {
-
 
5
position: fixed;
-
 
6
top: 50%;
-
 
7
left: 50%;
-
 
8
margin-top: -50px;
-
 
9
margin-left: -100px;
-
 
10
z-index: 100;
-
 
11
}
-
 
12
</style>
3
<script src="/Support/js/jquery-1.5.1.min.js"></script>
13
<script src="/Support/js/jquery-1.5.1.min.js"></script>
4
<script type="text/javascript">
14
<script type="text/javascript">
5
  $(function(){	
15
  $(function(){	
6
	$(".flipkart-upload").live('click', function() {
16
	$(".flipkart-upload").live('click', function() {
7
		flipkartuploadorders("content");
17
		flipkartuploadorders("content");
Line 33... Line 43...
33
        complete: function(){
43
        complete: function(){
34
        $('#ajax-spinner').hide();
44
        $('#ajax-spinner').hide();
35
        },
45
        },
36
        success: function (data) {
46
        success: function (data) {
37
			if(data==""){
47
			if(data==""){
38
			    alert("Orders Created successfully");
48
			    jAlert("Orders Created successfully");
39
				$('#uploadSnapdealFile')[0].reset();
49
				$('#uploadSnapdealFile')[0].reset();
40
			}
50
			}
41
			else {
51
			else {
42
				jAlert("ALERT :\n"+data, 'ERROR');
52
				jAlert("ALERT :\n"+data, 'ERROR');
43
				$('#uploadSnapdealFile')[0].reset();
53
				$('#uploadSnapdealFile')[0].reset();