mirror of
https://github.com/rabbibotton/clog.git
synced 2026-01-03 07:42:32 -08:00
doc updates
This commit is contained in:
parent
3f91a82ce6
commit
daac2204df
2 changed files with 81 additions and 7 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue