Sometime awhile back, I copied and used a piece of code that contains an @ char on the selector:
$("[EMAIL PROTECTED]")...
I am now wondering the significance of using that character since it
functions the same as $("input[name=message]")
I tried looking for it on the docs, but could find its usage. Any ideas?
Thanks
Mike

