append(); with map element ?

append(); with map element ?


The append() function doesn't seem to work with map elements.
My map element :
<map name="myMap" id="myMap">
</map>
My jquery code :
$("#myMap").append('<area shape="rect" coords="0,0,200,200" />');
What is the problem? Am I doing anything wrong?
Phil