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 renderCategory() seems to be a solution as it provides a div that I can modify. However, the item list is appended later and this makes it difficult to keep a footer child element at the end.
It would be good (to me) to append the ul element first beforehand. So when I receive the div from the renderCategory() function, the element layout is not changed by the library again and I can feel free to add child elements without worrying their order.
The text was updated successfully, but these errors were encountered:
In short, I am trying to implement a header and a footer in the menu:
The
renderCategory()
seems to be a solution as it provides adiv
that I can modify. However, the item list is appended later and this makes it difficult to keep a footer child element at the end.It would be good (to me) to append the
ul
element first beforehand. So when I receive thediv
from therenderCategory()
function, the element layout is not changed by the library again and I can feel free to add child elements without worrying their order.The text was updated successfully, but these errors were encountered: