Combine the sourcecode of jquery to the clipcut in javascript

Combine the sourcecode of jquery to the clipcut in javascript

Goal:
Copy the data when you press the button for instance if you press button named "a", you should make a copy of the value inside of id="a1" and then you paste the value by right clicking or ctrl + v.

Questions:
How are you enable to connect with the code from http://jsbin.com/wenuxupayo/edit?html,output to the http://jsbin.com/gobohejone/edit?html,output?

Info:
*I'm using the http://clipboardjs.com/ in order to make a copy.

Thanks!