Subversion Repositories SmartDukaan

Rev

Rev 11015 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11015 Rev 11110
Line 21... Line 21...
21
		var itemId = $('.itemId').text();
21
		var itemId = $('.itemId').text();
22
		getPreviousItems(start,end,pre,itemId);
22
		getPreviousItems(start,end,pre,itemId);
23
	});
23
	});
24
});
24
});
25
 
25
 
-
 
26
$(function(){
-
 
27
	$("#fetchLiveData").live('click', function() {
-
 
28
		var supc_code = $('.supcCode').text();
-
 
29
		showData(supc_code);
-
 
30
	});
-
 
31
});
-
 
32
 
-
 
33
$(function(){
-
 
34
	$("#closeDiv").live('click', function() {
-
 
35
		$('#hidden-data').hide();
-
 
36
	});
-
 
37
});
-
 
38
	
26
$(function(){	
39
$(function(){	
27
	$('.expandRow').live('click', function(){
40
	$('.expandRow').live('click', function(){
28
		endDate = $(this).parents("td").attr("dateVal");
41
		endDate = $(this).parents("td").attr("dateVal");
29
		startDate = $(this).parents("td").attr("dateValNext");
42
		startDate = $(this).parents("td").attr("dateValNext");
30
		expanded = $(this).parents("td").attr("expanded");
43
		expanded = $(this).parents("td").attr("expanded");