Locations Filtering

Locations Filtering

I am creating a page where I want a user to be able to view a list of locations and select the ones in which he/she is interested in.  

Below is where I am with the application currently:

What I would like to do is that when a user selects a location (via checkmark box maybe? see my example) I would like it then to go into another list and if possible be removed from the current list.  If box is checked it goes into new list and if it is not checked stays in default list.  

Then I would like to be able to loop through the selected list via a button to get each ID that has been selected for the next step.

Is this possible?  I'm very new to jQuery but not javascript and html.  



Special Note: I am trying to create page that can be used offline across all devices.