Returns if a matched tag contains the given ASCII case-insensitive class name.
Parameters
$wanted_classstringrequired- Look for this CSS class name, ASCII case-insensitive.
Source
return true;
/*
Changelog
| Version | Description |
|---|---|
| 6.6.0 | Introduced. |
Returns if a matched tag contains the given ASCII case-insensitive class name.
$wanted_classstringrequired return true;
/*
| Version | Description |
|---|---|
| 6.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.