var $name = ('div#amuchlongername');
$('#wrapper').prepend('<div id="$name"></div>');
Obviously I know this code is wrong lol, but I'm fairly knew to jQuery and I can't seem to find anything about this.
How would one go about achieving a variable name inside a div id?