Subversion Repositories SmartDukaan

Rev

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

Rev 4874 Rev 4922
Line 229... Line 229...
229
                        	   $(tblid + " div a.truncate").truncate({addtitle: true});
229
                        	   $(tblid + " div a.truncate").truncate({addtitle: true});
230
                        	   $(tblid + " div div.price").truncate({addtitle: true});
230
                        	   $(tblid + " div div.price").truncate({addtitle: true});
231
                        	   $(tblid + " div div.text").truncate({addtitle: true});
231
                        	   $(tblid + " div div.text").truncate({addtitle: true});
232
                        	   $(tblid).animate({ backgroundColor: "#fcffb3" }, 'slow');
232
                        	   $(tblid).animate({ backgroundColor: "#fcffb3" }, 'slow');
233
                        	   $(tblid).animate({ backgroundColor: "#F5F5F5" }, 'slow');
233
                        	   $(tblid).animate({ backgroundColor: "#F5F5F5" }, 'slow');
-
 
234
                        	   //Updating the count
-
 
235
                        	   $('#research_compare_count').html($('#myresearch input[type="checkbox"]:checked').length);
234
                           };
236
                           };
235
                           
237
                           
236
                           if(msg == 0){
238
                           if(msg == 0){
237
                                alert( "Product is already in compare list" );
239
                                alert( "Product is already in compare list" );
238
                           } else	{
240
                           } else	{