如何添加我自己的jQuery插件位於我的zf路徑「public/js/isround.js」?
- 使用Zend Framework應用的手動把這個改爲:Zend Framework - 如何應用我自己的js插件?
<script> $("#world").isRound('myPlugin'); </script>
jQuery的設置工作
$this->jQuery()->setLocalPath('http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js') ->enable() ->setUiLocalPath('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js') ->uiEnable() ->addStylesheet('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/themes/ui-lightness/jquery-ui.css');
文件的應用程序/視圖/腳本/指數/ index.phtml,我有:
< div id =「world」> _____my js插件在這裏適用_____ </div>
那裏的例子對我來說不會容易,你能告訴我一個例子,在我的情況下代碼是這樣的:http://gist.github.com/480330 – YumYumYum 2010-07-18 11:14:29
嘗試看zendcast的這些教程,他們是巨大的幫助,很容易跟隨。我試着稍後做一個例子。 – Iznogood 2010-07-18 14:47:03