JavaScript Tutorial/jQuery/contains — различия между версиями

Материал из Web эксперт
Перейти к: навигация, поиск
 
м (1 версия)
 
(нет различий)

Текущая версия на 11:25, 26 мая 2010

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>