-
Notifications
You must be signed in to change notification settings - Fork 4
0728
Hiroki Nakayama edited this page Jul 29, 2015
·
4 revisions
- http://webdesignrecipes.com/spice-up-web-design-with-css3/
- http://qiita.com/NobuyaIshikawa/items/300739f6da6a95e58306
- http://qiita.com/ikm/items/4fc4450ed8eb213039d8
- http://itea40.jp/matome/free-mac-app-summary/
- http://www.jqref.net/ui/interactions/draggable.php#option-stack
- http://kasahi.blogspot.jp/2010/09/jquerysubmit.html
- http://needtec.exblog.jp/20182364/
- http://nightlycoding.com/index.php/2013/08/zoom-to-point-and-scale-kineticjsmousewheel/
- http://stackoverflow.com/questions/18544890/onchange-event-on-input-type-range-is-not-triggering-in-firefox-while-dragging
- http://express.nippondesign.co.jp/jquery-css-zoom-page-curtailment-1267.html
- http://stacktrace.jp/jquery/ui/interaction/draggable.html
- http://davetayls.me/jquery.kinetic/
- http://waterfallandsound.com/blog/%E3%82%B9%E3%82%AF%E3%83%AD%E3%83%BC%E3%83%AB%E3%83%90%E3%83%BC%E3%82%92%E3%82%AB%E3%82%B9%E3%82%BF%E3%83%9E%E3%82%A4%E3%82%BA-custom-scrollbar-463.html
- http://jquery-master.net/manipulation/
*http://www.slideshare.net/ksc1213/ituiux-16732374
- AIのON/OFFはクライアントでcreatecardするときサーバーへ渡すデータにbooleanを含めればいい
- 関数としては、以下のものが必要
- ON/OFFを行う関数。
- ON/OFFの状態からbooleanを取り出す関数
*ON/OFFを行うクラスでは、addclassしてやればいい。 *付加されたクラスの状態をbooleanに変換し、createcardで呼び出す。
- サーバ側ではbooleanがtrueの時だけ、AIを呼ぶ
- 要素を隠すのは、jqueryのhideとshowでできる。 サーバで自分が出したもの以外には、印を付ける。あるいは、全要素にauthor_idを持たせる。
- ユーザIDを含めておけばいい。