Possible Duplicate:
Get selected element's outer HTML
I want to alert the html of class/id with its children AND itselfs element like this:
<div id="selectme">somechildren...</div>
I want the exact same alert as the HTML code above by selecting the "selectme" ID.. whats the function(s) for this?