Link_to_remote v. text_field?

Just curious if anyone had come across wanting to submit the value in a
text_field via link_to_remote [the more obvious way is to use
form_remote_tag]? It’s certainly possible using javascript but was
wondering if theres a rails construct…