/* * getUniqueClass - v1.1 - 2/13/2010 * http://benalman.com/projects/jquery-misc-plugins/ * * Copyright (c) 2010 "Cowboy" Ben Alman * Dual licensed under the MIT and GPL licenses. * http://benalman.com/about/license/ */ jQuery.getUniqueClass=function(){var a,b=0;while(jQuery("."+(a="BA-"+(+new Date)+(b++))).length){}return a};