zfパス「public/js / isround.js」にある独自のjQueryプラグインを追加するにはどうすればよいですか?
-これを手動で配置する代わりに、Zendフレームワークを使用して適用するには:
<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');
ファイルapplication/views / scripts / index / index.phtml、私は持っています:
<div id = "world">_____myjsプラグインはここに適用されます_____</div>