Hello, Id like to use a class and ":input" for an .each selector ,,,

Hello, Id like to use a class and ":input" for an .each selector ,,,

How would this be done? Would it be something like this?

var $inputCLS = ":input .textinputCLS";
$($inputCLS).each(function() {
yadayadayada ...
});