When it is necessary to add .ToArray() at end of a query? also intermittently get problems with variables being "undefined"....

first post: PatrickCodePlex wrote: Hi, and thanks for very much for creating JSLINQ, it is a great id...

Random() function request

first post: homam wrote: I always add this function to JSLINQ: Random: function() { ...

latest post: crpietschmann wrote: Thanks for the suggestion. A ".Random" method has been implemented...

Intellisense issue

first post: homam wrote: I have to add this line /// <returns type="JSLINQ" /> at the end of...

latest post: crpietschmann wrote: Thanks for pointing this out. This has been added to the source co...

search nested array

first post: soloper wrote: Hi just checking out jslinq for the first time - Wondering how ...

latest post: crpietschmann wrote: You just need to write a nested query. Below is the example that I...

JSLINQ Object Vs Array.Prototype

first post: Drahcir wrote: Before I ask my question I just want to say; really nice job with t...

latest post: crpietschmann wrote: JSLINQ resides in its own object so that it does not conflict with...

JSLint Cleanup

first post: blueonion wrote: Ran the code through JSLint. Also fixed some minor issues with the ...

latest post: blueonion wrote: I see you've made some of these changes already in the recent buil...

Select calls clause function twice

first post: cshipley wrote: Out of curiosity, in the Select method, why not call the clause fun...

latest post: crpietschmann wrote: Thanks. This has been fixed.

A Better Query Tool Than jQuery?

first post: stimpy77 wrote: I take it this can run in the browser (Firefox, Opera, etc). Is...

latest post: crpietschmann wrote: I just added (in v2.10) a plugin model to JSLINQ that is similar to...

JSLINQ better approach

first post: galsoftware wrote: Hello. I think I have a much better approach about how to implement...

latest post: crpietschmann wrote: I would be interested in seeing the code you wrote if you're willin...

JSLINQ and LIKE Operation?

first post: shoaibshaikh wrote: Did JSLINQ support 'Like' operation? if yes can anyone give any ide...

latest post: crpietschmann wrote: JSLINQ doesn't include a LIKE operator since that is really somethi...