タグ

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

  • 関連タグはありません

タグの絞り込みを解除

JavaScriptとLINQとpluginに関するwackyのブックマーク (1)

  • Using jLINQ

    //So what does a jLINQ command look like? //Check out the examples on the left to see more var results = $.from(data) .ignoreCase() .startsWith("first","a") .or("b") .orderBy("last") .select(); How jLINQ Works Chaining Commands Chaining with Relational Operators with Command Memorizing String Comparison Switches Combining Logic Using Custom where() Returning Custom Results j

    wacky
    wacky 2009/02/13
    LIQN to Objectsを実装したjQueryプラグイン。LINQのクエリ構文風のコマンドでオブジェクトコレクションや配列からデータを抽出・列挙できる。
  • 1