Prototype Javascript Framework

easing the pain of dynamic web applications

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

Object

  • clone
  • extend
  • inspect
  • isArray
  • isElement
  • isFunction
  • isHash
  • isNumber
  • isString
  • isUndefined
  • keys
  • toHTML
  • toJSON
  • toQueryString
  • values

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 »

isString

isString(obj) -> Boolean

Returns true if obj is of type string, false otherwise.

Examples


Object.isString("foo");
//-> true

Object.isString("");
//-> true

Object.isString(123);
//-> false
нет воды дома . игры в карты бесплатно
© 2006-2008 Prototype Core Team
© 2009 перевод Иванов Егор