タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

jqueryとtabledndに関するdealforestのブックマーク (2)

  • jquery順番入れ替え

    I’ve been using JQuery for a while now and really agree with its tag line that it’s the “The Write Less, Do More, JavaScript Library”. We’ve also got this code for dragging and dropping table rows that has proved very popular, so it seemed natural to combine the two and wrap up the table drag and drop as a JQuery plugin. Update: You can now read the latest docs at https://github.com/isocra/TableDn

  • オープンソース研究室: jQueryでドラッグアンドドロップを実装する

    松尾です。 MySQLネタはちょっと中断して最近業務でも使い始めたjQueryについて書こうと思います。 これまでJavascriptのライブラリは入社1年目からずっとprototype.jsを使ってきました。 使う理由としては、当時一番メジャー且つ他に選択肢があまりなかった。 script.aculo.usを使うことでリッチなUIが作成できる。 ドキュメントが多い。 他のライブラリに切り替えるのがめんどくさい。などなど・・・ そんな中、jQueryを使うきっかけとなったのは・・・ 業務中にドラッグアンドドロップ(以降D&Dとします)を使う画面を作成していた時のこと。 ドラッグ対象に画像やテキストボックスなどのフォームを含んでいる場合、 prototype.js+script.aculo.usでは一応動くものの、動きがあやしい感じになってしまいます。 そこで話題のjQueryを使ってみるこ

  • 1