how to remove class using jQuery?
This is Test
user jQuery
jQuery(document).ready(function(){ jQuery(".class_name").removeClass("class_name"); })