Subversion Repositories SmartDukaan

Rev

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

Rev 9152 Rev 9153
Line 77... Line 77...
77
    			$('#emiLightBox').show();
77
    			$('#emiLightBox').show();
78
    			if(EMI.lowestEmiBank == 0) {
78
    			if(EMI.lowestEmiBank == 0) {
79
    				bankEle.find("input[type='radio']:first").trigger('click');
79
    				bankEle.find("input[type='radio']:first").trigger('click');
80
    			}
80
    			}
81
    			else {
81
    			else {
82
    				bankEle.find("input[type='radio']").find("#" + EMI.lowestEmiBank).trigger('click');
82
    				bankEle.find("#" + EMI.lowestEmiBank).trigger('click');
83
    			}
83
    			}
84
    		},
84
    		},
85
    		onCleanup: function(){
85
    		onCleanup: function(){
86
    			$('#emiLightBox').hide();
86
    			$('#emiLightBox').hide();
87
    		}
87
    		}