/**
 * @author westalls
 */

$(document).ready(function () {

$('#s').click(function() {
  $(this).removeAttr("value")

});

});
