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
When I run snack.wrap on an element that doesn't exist in the DOM I expect it to return an object with length of zero (0). Alternatively "undefined". This is needed to test if an element exists.
This is what I get when I run snack.wrap on an non-existent element today:
0 []
id 16
length 1
addClass function()
attach function()
data function()
delegate function()
detach function()
each function()
fire function()
removeClass function()
The text was updated successfully, but these errors were encountered:
When I run snack.wrap on an element that doesn't exist in the DOM I expect it to return an object with length of zero (0). Alternatively "undefined". This is needed to test if an element exists.
This is what I get when I run snack.wrap on an non-existent element today:
The text was updated successfully, but these errors were encountered: