I know there are a couple of answers to this question but I am cross-eyed from looking at the multiplicity of choices. Here's the problem I'm trying to solve.
In a jQueryMobile program the user performs a search. A listview of the results is presented. (There could be a lot). It turns out the names of the results in the listview could be used in another input field in the application. So my thought is to let them click an icon which would put the results displayed in the listview on the the clipboard so that when they go to the other page in the application they can just press ^C (or CMD-c on the Mac) and the data will be loaded into the field.
I'm basically looking for the simplest solution if anyone has any insight.