Subversion Repositories SmartDukaan

Rev

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

Rev 27711 Rev 27754
Line 704... Line 704...
704
	doGetAjaxRequestHandler(context + "/getItemDescription",
704
	doGetAjaxRequestHandler(context + "/getItemDescription",
705
		function(response) {
705
		function(response) {
706
			$('#' + domId).html(response);
706
			$('#' + domId).html(response);
707
		});
707
		});
708
}
708
}
709
$(".price_drop").live('click', function() {
709
$(document).on('click', ".price_drop", function() {
710
	loadPriceDrop("main-content");
710
	loadPriceDrop("main-content");
711
});
711
});
712
 
712
 
713
 
713
 
714
function notifyTypeChange(messageType, $container) {
714
function notifyTypeChange(messageType, $container) {