results.push is undefined

results.push is undefined

I'm getting this error when trying to simple traversing.

results.push.apply( results, checkSet );      jquery-1.4.2.js (line 2743)

I read that it might have something to do with arrays???

Any solution to this?