Does any one know how to select HTML comment nodes with jQuery? <html> <head> <title>Check Test</title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript"> $(function() { $("body *").each(function() { alert($(this).wrap("<span />").parent().html()); }); }); </script> </head> <body> <!-- Hello --> <p> <label
{{#tags}}- {{label}}
{{/tags}}