i\'m trying to convert the following code into AMP
$(function() { $("#comment").click(function() { $("#image").hide(); } }); <