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
In addition to correctly specifying the arguments to $(selector).each(), it turns out that each() in this case returns the actual DOM nodes, not jQuery objects for each element.
Issue by njx
Thursday Apr 05, 2012 at 05:07 GMT
Originally opened as adobe/brackets#565
@
peterflynnFixes #554.
In addition to correctly specifying the arguments to
$(selector).each()
, it turns out thateach()
in this case returns the actual DOM nodes, not jQuery objects for each element.njx included the following code: https://github.com/adobe/brackets/pull/565/commits
The text was updated successfully, but these errors were encountered: