This commit is contained in:
David Botton 2024-06-02 17:59:15 -04:00
parent e99e5a2123
commit 0453873a73

View file

@ -2360,7 +2360,7 @@ to no actual HTML element."))
(defgeneric next-sibling (clog-element)
(:documentation "Traverse to next sibling element. If Child does not have an
html id than Element_Type will have an ID of undefined and therefore attached
to no actual HTML elemen."))
to no actual HTML element."))
(defmethod next-sibling ((obj clog-element))
(attach-as-child obj (jquery-query obj "next().prop('id')")))