LoginSignup
6
6

More than 5 years have passed since last update.

jQuery TEのメモ

Last updated at Posted at 2013-06-28

http://jqueryte.com/

上記サイトからダウンロード
jsファイルとcssファイルをそれっぽいところに置く
pngはcssと同じディレクトリに置いた

View
<script type="text/javascript" src="js/jquery-te-1.4.0.min.js" charset="utf-8"></script>
<link type="text/css" rel="stylesheet" href="css/jquery-te-1.4.0.css" charset="utf-8" >
View
<textarea name="txt" placeholder="本文" rows="10" class="editor"></textarea>
View
<script>
$(".editor").jqte();
</script>

これで終わり。あまりにもあっけなくてびっくりした。
いまのところTwitter Bootstrapとは競合してない感じ
↓こうなった

jqueryte.PNG

6
6
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
6
6