Answered
bind cfc to onBlur event
is there a way to bind a cfc method to the onBlur event of a text field? in other words, after the user typed something in a text field, can i check that string against a db query and see if it`s a duplicate before submitting the form?
