I'm trying to make a random quote generator and I want to make the container with the content reload when I click a button in another container. The commented area "what should go here" is where I think the action code should go. I'm not sure if I should go with something like $('quotecontainer').container(function(){}); and go from there, or if something else is needed entirely.I'm trying to make a random quote generator and