Subversion Repositories SmartDukaan

Rev

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

Rev 4798 Rev 4922
Line 105... Line 105...
105
							if(t === 0)	{
105
							if(t === 0)	{
106
								$("#research_default").css("display", "block");
106
								$("#research_default").css("display", "block");
107
							}
107
							}
108
						});
108
						});
109
					});
109
					});
-
 
110
					//Updating the count
-
 
111
					$('#research_compare_count').html($('#myresearch input[type="checkbox"]:checked').length - seldata.length);
110
				}
112
				}
111
			});
113
			});
112
		} else	{
114
		} else	{
113
			alert("Please select atleast one product");
115
			alert("Please select atleast one product");
114
		}
116
		}