I working with jQuery and I need to get anytime and anywere exception (with any operation), if I attach some event or try to perform some action with elements (got from selector) that don’t exist.
Is there some internal “strict” mode in jQuery for this issue?
I working with jQuery and I need to get anytime and anywere exception (with
Share
No, there isn’t.
However, you could make a simple plugin for it:
Alternatively: