Subversion Repositories SmartDukaan

Rev

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

Rev 18007 Rev 18242
Line 231... Line 231...
231
		$(".viewproduct span[data-did='"+$(this).data('did')+"']").text(parseInt($(this).data('price')));
231
		$(".viewproduct span[data-did='"+$(this).data('did')+"']").text(parseInt($(this).data('price')));
232
    }
232
    }
233
    
233
    
234
});
234
});
235
 
235
 
236
$("#bottomNav").click(function(){
236
$(document).on('click','#bottomNav',function(){
237
	$('#loadingModal').modal('show');
237
	$('#loadingModal').modal('show');
238
	var url = apihost + 'cartdetails/?user_id='+me;
238
	var url = apihost + 'cartdetails/?user_id='+me;
239
    var newForm = $('<form>', {
239
    var newForm = $('<form>', {
240
        'action': url,
240
        'action': url,
241
        'method':'post'
241
        'method':'post'