[jQuery] Re: min max in array

2007-08-10 Thread Klaus Hartl
Rob Desbois wrote: Your trusty friend 'Google' is usually the best way for this! A quick search on javascript array max yields a useful result from none other than John: http://ejohn.org/blog/fast-javascript-maxmin/ Cool, I knew I had seen it before.. and even cooler it was from John

[jQuery] Re: min max in array

2007-08-10 Thread Klaus Hartl
Simpel wrote: Hi there! not really a jquery question this maybe but hopefully someone will answer it anyway... I've got an array with different productprices. I'd like to get the highest and lowest price out of this array. What's the best way to do this? /J A little less known that is, the

[jQuery] Re: min max in array

2007-08-10 Thread Rob Desbois
Your trusty friend 'Google' is usually the best way for this! A quick search on javascript array max yields a useful result from none other than John: http://ejohn.org/blog/fast-javascript-maxmin/ --rob On 8/10/07, Simpel [EMAIL PROTECTED] wrote: Hi there! not really a jquery question this