SyntaxFix
Write A Post
Hire A Developer
Questions
Put this on an event
$(function(){ $('.package').click(function(){ var content = $('.container').html(); $(this).html(content); }); });