| Line 104... |
Line 104... |
| 104 |
if(reqtype == "multi"){
|
104 |
if(reqtype == "multi"){
|
| 105 |
jQuery.each(seldata,function(intIndex, objValue){
|
105 |
jQuery.each(seldata,function(intIndex, objValue){
|
| 106 |
trackEventWithGA('Research', 'Add to Research', objValue);
|
106 |
trackEventWithGA('Research', 'Add to Research', objValue);
|
| 107 |
add_to_storage_set("resitems", objValue);
|
107 |
add_to_storage_set("resitems", objValue);
|
| 108 |
var tblid="#pane1 #"+objValue+ " td";
|
108 |
var tblid="#pane1 #"+objValue+ " td";
|
| 109 |
$(tblid + " div a").truncate({addtitle: true});
|
109 |
$(tblid + " div a.truncate").truncate({addtitle: true});
|
| 110 |
$(tblid + " div div.price").truncate({addtitle: true});
|
110 |
$(tblid + " div div.price").truncate({addtitle: true});
|
| 111 |
$(tblid + " div div.text").truncate({addtitle: true});
|
111 |
$(tblid + " div div.text").truncate({addtitle: true});
|
| 112 |
$(tblid).animate({ backgroundColor: "#fcffb3" }, 'slow');
|
112 |
$(tblid).animate({ backgroundColor: "#fcffb3" }, 'slow');
|
| 113 |
$(tblid).animate({ backgroundColor: "#F5F5F5" }, 'slow');
|
113 |
$(tblid).animate({ backgroundColor: "#F5F5F5" }, 'slow');
|
| 114 |
});
|
114 |
});
|