Skip to content

Instantly share code, notes, and snippets.

@WinstonN
Created November 26, 2014 17:39
Show Gist options
  • Save WinstonN/0b52afee8ade1494c228 to your computer and use it in GitHub Desktop.
Save WinstonN/0b52afee8ade1494c228 to your computer and use it in GitHub Desktop.
$('input-'+response.itemId).setValue();
$('input-'+response.itemId).writeAttribute('value', '');
$('input-'+response.itemId).clear();
$('input-'+response.itemId).writeAttribute('input-type', inputType);
$('input-'+response.itemId).writeAttribute('placeholder', placeholder);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment