//only 2 elements to remove $("#id").removeClass('onesimpleclassonly');
It took almost 3 ~ 4 seconds to remove the class. What can I do to speed up the process?
//only 2 elements to remove $("#id").removeClass('onesimpleclassonly');
It took almost 3 ~ 4 seconds to remove the class. What can I do to speed up the process?