<?php echo' <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.min.js"></script> <script> alert($(\'#content\').html()); </script> '; echo'<div id="content">test</div>';
echo "<a href='javascript://' onclick='$('#test').slideDown(2000);'><font color='red'>next</font></a>";