0

我目前正在使用 Phalcon 框架,当我想使用 jquery-ui 时遇到问题。这是我的 index.phtml 视图代码:

<script type="text/javascript">

 $(document).ready(function(){
 $("#test").dialog();
 });  
</script>

<html>
<body>
<p id="test">Hello.</p>
</body>
</html>

谁能告诉我我做错了什么。

4

0 回答 0