Subversion Repositories SmartDukaan

Rev

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

Rev 11910 Rev 12152
Line 5... Line 5...
5
<head>
5
<head>
6
<link type="image/x-icon" href="/Support/images/favicon_alt.ico" rel="shortcut icon">
6
<link type="image/x-icon" href="/Support/images/favicon_alt.ico" rel="shortcut icon">
7
<link href="/Support/css/demo_page_amazon.css" type="text/css" rel="stylesheet">
7
<link href="/Support/css/demo_page_amazon.css" type="text/css" rel="stylesheet">
8
<link href="/Support/css/demo_table_amazon.css" type="text/css" rel="stylesheet">
8
<link href="/Support/css/demo_table_amazon.css" type="text/css" rel="stylesheet">
9
<script type="text/javascript" src="/Support/js/jquery-1.4.2.js"></script>
9
<script type="text/javascript" src="/Support/js/jquery-1.4.2.js"></script>
-
 
10
<script type="text/javascript" src="/Support/js/jquery.dataTables.min.js"></script>
-
 
11
 
10
<style type="text/css">   
12
<style type="text/css">   
11
* { font-family: Verdana; font-size: 96%; }
13
* { font-family: Verdana; font-size: 96%; }
12
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
14
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
13
p { clear: both; }
15
p { clear: both; }
14
.submit { margin-left: 12em; }
16
.submit { margin-left: 12em; }
Line 40... Line 42...
40
        complete: function(){
42
        complete: function(){
41
        $('#ajax-spinner').hide();
43
        $('#ajax-spinner').hide();
42
        },
44
        },
43
        success : function(response) {
45
        success : function(response) {
44
        $('#' + 'comp-table').html(response);
46
        $('#' + 'comp-table').html(response);
45
		$(".previous").css("display", "none");
-
 
46
		var temp = $('.totalValue').text();
-
 
47
		$('.total').text(temp);
-
 
48
        }
47
        }
49
    });  
48
    });  
50
});
49
});
51
</script>
50
</script>
52
		
-
 
53
<script type="text/javascript">
-
 
54
  $(function(){	
-
 
55
	$(".editItem").live('click', function() {
-
 
56
		$("tr").removeClass("diffColor");
-
 
57
		$("td").css("background-color","")
-
 
58
        $(this).parents("tr").addClass("diffColor");
-
 
59
		$('tr.diffColor').children('td').css('backgroundColor', '#7F98FA');
-
 
60
		var itemId = $(this).attr('itemid')
-
 
61
		loadItemDetails("/Support/amazon-list/"+ itemId +"/edit");
-
 
62
    });
-
 
63
});
-
 
64
</script>
-
 
65
<title>Private Deals Price Comparison</title>
51
<title>Private Deals Price Comparison</title>
66
</head>
52
</head>
67
<body>
53
<body>
68
<div>
54
<div>
69
    <div style="color:blue;">
55
    <div style="color:blue;">