Hmm that's not working, it's not inheriting the CSS.
I essentially want to change the ID, and I would like to change it's location.
So, I'm trying to make Circle1 change ID to Circle 2, and move to be inside Box 2.
Do I write it as
- $("#Circle1").append("#Box2").attr({id:"Circle1"});