ここでネット上でスクリプトを見つけましたFaceBook Style Image Editing jQuery Pluginが機能しないようです
ここに私のコード test.html があります:
//jquery を呼び出す
<script type="text/javascript" src="http://localhost/app/js/jquery/jquery-1.6.4.min.js">
//css の呼び出し
<style type="text/css">
//css code that obtain from website
<style>
//js アプリの呼び出し
<script type="text/javascript">
//js code that is obtained from website
</script>
// アプリケーションの呼び出し
</script>
$('#albump').editFaceBook();
</script>
//画像追加
<img id ="albump" src="http://localhost/app/imgs/album.gif">
私が間違っていることはありますか?またはこのコードは間違っていますか?