doc updates

This commit is contained in:
David Botton 2022-02-16 22:27:08 -05:00
parent 3f91a82ce6
commit daac2204df
2 changed files with 81 additions and 7 deletions

View file

@ -23,7 +23,13 @@ can represent one or even my CLOG objects as a single element."))
;;;;;;;;;;;;;;;;;;;
(defgeneric create-jquery (clog-obj jquery)
(:documentation "Create a new CLOG-JQUERY from JQUERY"))
(:documentation "Create a new CLOG-JQUERY from JQUERY.
Some sample jquery selectors:
*
.class
element_name
#id
selector1, selectorN, ..."))
(defmethod create-jquery ((obj clog-obj) jquery)
(let ((html-id (format nil "CLOG~A" (clog-connection:generate-id))))