Here\'s my attempt at limiting the number of characters entered into a text area:
var limit = 255; var txt = $(\'textarea[id$=txtPurpose]\'); $(txt).keyup(f
To simplify this to the bare bone basic:
Set your max to where 160 is.