JavaScript Tutorial/jQuery/contains

Материал из Web эксперт
Версия от 11:25, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

Returns a new wrapped set composed of elements that contain the text string passed as the text parameter

   <source lang="javascript">

$("p").contains("Lorem ipsum")</source>