susanahernandezd
12/7/2018 - 2:12 PM

Selector multiple NOT

Multiple declaration (NOT)

$('.data-store:not([type="checkbox"], [type="radio"])').each(function() {
		//here content
})