[jQuery] question about slice()

2008-06-24 Thread jack
I found slice(start, end) doesn't pick up the last one specified by the 'end'. Such as slice(0, 3), it pick up 0, 1 and 2. Is that the way it works? Jack

[jQuery] Question about slice

2008-06-24 Thread jack
Just a beginner's question. I found slice(start, end) seems doesn't pick up that the last one specified by 'end'. Such as slice(0, 3), it picks up 0, 1 and 2. Is that correct? Jack