I am trying to select an input where the value equals a dynamic value
trimmed = jQuery.trim(a);
preSelectedCheckBox = $(this).find("input[value=" + trimmed + "]");
The element exists but I constantly get no value returned. ($(preSelectedCheckBox).length = 0)