Closed itsrachelfish closed 8 years ago
.append() has been fixed as of #33, but the same bug still affects .prepend(). It should be pretty easy to fix, but it would be nice if the tests were updated to also ensure that both HTML and regular strings are properly added to the DOM.
.append()
.prepend()
Fixed by #35 :sparkling_heart:
.append()
has been fixed as of #33, but the same bug still affects.prepend()
. It should be pretty easy to fix, but it would be nice if the tests were updated to also ensure that both HTML and regular strings are properly added to the DOM.