Subversion Repositories SmartDukaan

Rev

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

Rev 18734 Rev 18746
Line 450... Line 450...
450
            }, 2000);
450
            }, 2000);
451
        }
451
        }
452
        
452
        
453
        // alert(msg);
453
        // alert(msg);
454
    });
454
    });
-
 
455
    var creditAvailable = $("input.css-checkbox:checked").attr('credit_available');
-
 
456
    if(creditAvailable=='true'){
-
 
457
    	$('button.confirmcredit').prop( "disabled", false );
-
 
458
    }else{
-
 
459
    	$('button.confirmcredit').prop( "disabled", true );
-
 
460
    }
455
}); 
461
}); 
456
 
462
 
457
$(document).on('click','#showmore',function(){
463
$(document).on('click','#showmore',function(){
458
    $("#showmoreaddressdropdown").toggle();
464
    $("#showmoreaddressdropdown").toggle();
459
    if($('#showmore').html() == 'Show More')
465
    if($('#showmore').html() == 'Show More')