I know how to initliaize one but how do add I items to an Array? I heard it was push() maybe? I can't find it...
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||||||||||||
|
|
For JavaScript arrays, you use
For jQuery objects, there's
Note that while |
||||
|
|
|
push is a native javascript method. You could use it like this:
|
|||
|
|
|
You are right. This has nothing to do with jQuery though.
|
|||||
|
|