jquery put value in array code example Example: add val to array jquery var fruits = ["Banana", "Orange", "Apple", "Mango"]; fruits.push("Kiwi");