jQuery exception if element doesn't exist
- by Alex Ivasyuv
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?