uzairfarooq / arrive

Watch for DOM elements creation and removal
MIT License
869 stars 99 forks source link

jQuery selectors are not supported #87

Open DATEx2 opened 9 months ago

DATEx2 commented 9 months ago

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?