Prototype Javascript Framework

easing the pain of dynamic web applications

  • Prototype JS
  • Скачать
  • API документация
  • Обучающее руководство
  • Статьи
  • О проекте

Array

  • clear
  • clone
  • compact
  • each
  • first
  • flatten
  • from
  • indexOf
  • inspect
  • last
  • reduce
  • reverse
  • size
  • toArray
  • toJSON
  • uniq
  • without

API Документация

  • Полезные методы
  • Ajax
  • Array
  • Class
  • Date
  • Element
  • Element.Methods
  • Element.Methods.Simulated
  • Enumerable
  • Event
  • Form
  • Form.Element
  • Function
  • Hash
  • Insertion
  • Number
  • Object
  • ObjectRange
  • PeriodicalExecuter
  • Position
  • Prototype
  • String
  • Template
  • TimedObserver
  • document
  • document.viewport
  • Узнать больше о Prototype »

without

without(value...) -> newArray

Produces a new version of the array that does not contain any of the specified values.

Example

[3, 5, 6, 1, 20].without(3)
// -> [5, 6, 1, 20]

[3, 5, 6, 1, 20].without(20, 6)
// -> [3, 5, 1]
лянка грыу фильмы смотреть онлайн
© 2006-2008 Prototype Core Team
© 2009 перевод Иванов Егор