Subversion Repositories SmartDukaan

Rev

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

Rev 4934 Rev 4984
Line 231... Line 231...
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
234
                        	   //Updating the count
235
                        	   $('#research_compare_count').html($('#myresearch input[type="checkbox"]:checked').length);
235
                        	   $('#research_compare_count').html($('#myresearch input[type="checkbox"]:checked').length);
-
 
236
                        	   
-
 
237
                        	   if($('#myresearch input[type="checkbox"]').length == 1)	{
-
 
238
                        		   $("#myresearch").children(".common-widget-top-bar").trigger('click');
-
 
239
                        	   }
236
                           };
240
                           };
237
                           
241
                           
238
                           if(msg == 0){
242
                           if(msg == 0){
239
                                alert( "Product is already in compare list" );
243
                                alert( "Product is already in compare list" );
240
                           } else	{
244
                           } else	{