I need to create in jquery a function that once a user tabs out of a control or finishes typing in the textbos, removes the # character from the field,
$('[id$=txtClient]').keyup(function (){
}
First I dont know how to remove it, and should I do it in the keyup? or in another event?