Subversion Repositories SmartDukaan

Rev

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

Rev 8973 Rev 8979
Line 15... Line 15...
15
        url : "/Support/flipkart-dashboard!uploadorders",
15
        url : "/Support/flipkart-dashboard!uploadorders",
16
        success : function(response) {
16
        success : function(response) {
17
            $('#' + domId).html(response);
17
            $('#' + domId).html(response);
18
        }
18
        }
19
    });
19
    });
-
 
20
}
20
	
21
	
21
$("#uploadOrders").live('submit', function(){
22
$("#uploadOrders").live('submit', function(){
22
    var formData = new FormData($(this)[0]);
23
    var formData = new FormData($(this)[0]);
23
 
24
 
24
    jQuery.ajax({
25
    jQuery.ajax({