You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use $.arrive('any jquery selectors') that are not explicitly supported by matchesSelector function you will get an error
For example div:contains("Title") or div:first
Could you please fix this?
The text was updated successfully, but these errors were encountered:
If you use
$.arrive('any jquery selectors')
that are not explicitly supported by matchesSelector function you will get an errorFor example
div:contains("Title")
ordiv:first
Could you please fix this?
The text was updated successfully, but these errors were encountered: