$.fadeTo/fadeOut() operations on Table Rows in IE fail
- by Rick Strahl
Here’s a a small problem that one of customers ran into a few days ago: He was playing around with some of the sample code I’ve put out for one of my simple jQuery demos which deals with providing a simple pulse behavior plug-in: $.fn.pulse = function(time) {
if (!time)
time = 2000;
// *** this == jQuery object that contains…