jQuery.getUniqueClass = function (){ var a, b = 0; while (jQuery("." + (a = "BA-" + (+ new Date()) + (b++ ))).length){ } return a; } ;