I have a Strange issue with the latest Mozilla Browser 13.0 with Ubuntu. The code works perfectly in other browsers and also previous versions of mozilla.
Here is the Code
$(document).click(function(event) {
var target = $(event.target);
if (!target.attr('class').match(/^RefineClick/) && target.parents('.RefineClick').length == 0) {
jQuery('.RefineClick').fadeOut();
}
});
And iam getting the following Error : Target.attr('class').... is undefined
Here is the Screenshot for that: http://i47.tinypic.com/dqoits.png