Subversion Repositories SmartDukaan

Rev

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

Rev 7879 Rev 7898
Line 75... Line 75...
75
	$('#cod_know_more,.cod_know_more').click(function(){
75
	$('#cod_know_more,.cod_know_more').click(function(){
76
		$.colorbox({
76
		$.colorbox({
77
    		width: "400px",
77
    		width: "400px",
78
    		height: "200px",
78
    		height: "200px",
79
    		inline: true,
79
    		inline: true,
80
    		href: "<ul style='list-style:inside; margin-left: 25px; text-align: justify; margin-right:12px; font-size:15px; line-height: 22px;'>"
80
    		href: "<ul style='list-style:inside; margin-left: 25px; margin-right:12px; font-size:15px; line-height: 22px;'>"
81
    			+ "Expected Delivery Date for "
81
    			+ "Expected Delivery Date for "
82
    			+"<li list-style:inside>Prepaid orders is " + $("#shipping_time .red").html() + "</li>"+
82
    			+"<li list-style:inside>Prepaid orders is " + $("#shipping_time .red").html() + "</li>"+
83
    			"<li list-style:inside>" + $("#shipping_time .cod").html() + "</li>"+
83
    			"<li list-style:inside>" + $("#shipping_time .cod").html() + "</li>"+
84
        "</ul>",
84
        "</ul>",
85
        onComplete: function(){
85
        onComplete: function(){