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?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
No, there isn't. However, you could make a simple plugin for it:
Alternatively:
|
|||
|
|
|
Check this post for ways to handle an "exists" |
|||||
|
|
No, this is the beauty of jQuery. You could create a wrapper function
This won't mask empty sets returned by using |
|||
|
|