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
The Description in .load()'s documentation ("Load data from the server and place the returned HTML into the matched element") implies the jQuery object must contain a single element.
While none of the examples of the page contradict that, the callback's description implies multiple elements are possible:
The callback is fired once for each element in the jQuery collection, and this is set to each DOM element in turn.
The text was updated successfully, but these errors were encountered:
Is that a request for a request? ;-)
Thank you for checking Dave. I believe a junior with the appropriate permission could have solved this with less overhead, but I still committed a fix.
The Description in .load()'s documentation ("Load data from the server and place the returned HTML into the matched element") implies the jQuery object must contain a single element.
While none of the examples of the page contradict that, the callback's description implies multiple elements are possible:
The text was updated successfully, but these errors were encountered: