Is there a cleaner way to append a class after a selector with out the html markup div ?
$('#apple').append($('<div></div>').addClass('icon-spinner'));
//something else other than '<div></div>' ???
Most of the example that I found has some sort of html markup but i believe there are cleaner ways