Subversion Repositories SmartDukaan

Rev

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

Rev 17774 Rev 17775
Line 143... Line 143...
143
    $(this).addClass('colorbtn active').siblings().removeClass('colorbtn active');
143
    $(this).addClass('colorbtn active').siblings().removeClass('colorbtn active');
144
    $(this).addClass().removeClass('btn-default');
144
    $(this).addClass().removeClass('btn-default');
145
});
145
});
146
 
146
 
147
$("#bottomNav").click(function(){
147
$("#bottomNav").click(function(){
148
	alert(me);
-
 
149
    var url = apihost + 'cartdetails/?user_id='+me;
148
	var url = apihost + 'cartdetails/?user_id='+me;
150
    var newForm = $('<form>', {
149
    var newForm = $('<form>', {
151
        'action': url,
150
        'action': url,
152
        'method':'post'
151
        'method':'post'
153
    }).append($('<input>', {
152
    }).append($('<input>', {
154
        'name': 'cart_details',
153
        'name': 'cart_details',