may88seiji
7/17/2017 - 2:42 PM

hasId

hasId

$('${1}').each(function() {
  if ( $(this).attr('id') == 'foo' ) {
    // code here ...
  }
});