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