LoginSignup
4
4

More than 5 years have passed since last update.

dotinstall を見て

Posted at

はじめに

dotinstall見ていて、構成を図で説明している以下のような場面がありますが↓

スクリーンショット 2015-08-14 10.40.48.png

個人でちょろっとした説明に使う用に^^;

似たようなしっかりしたサービスは以下のサイトもあります。
http://blog.mb.cloud.nifty.com/?p=2869

今回のちょろっとしたHTMLソースは以下
``` javascript:sample

<!DOCTYPE html>



draggable





サーバー1

サーバー2

ファイル
<script type="text/javascript">
$(function() {
    $('div').draggable();
});
</script>



```

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4