Was contains() removed in 1.2?
Hi,
The function 'contains()' seems to have been removed for jQuery 1.2
but it's not listed as removed in the release docs:
http://docs.jquery.com/Release:jQuery_1.2#Removed_Functionality
$('h2').contains("Removed Functionality") // fails
$('h2:contains(Removed Functionality)') // the new way?
Congratulations on 1.2 by the way, great work,
--Will