How can I add a class name to all glowDropDownList select dropdowns on the People search page?

Former Member
Former Member

How can I add a class name to all glowDropDownList select dropdowns on the People search page? I'm guessing this is where the code would go, but I can't quite figure out what the code would be. I can see there's a className option in the documentation for glowDropDownList.

				container.find('select').each(function(){
					$(this).glowDropDownList('close');
				});

Parents Reply Children
No Data