mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
exported create-jquery
This commit is contained in:
parent
9d37229175
commit
3f91a82ce6
2 changed files with 16 additions and 14 deletions
|
|
@ -50,7 +50,7 @@ embedded in a native template application.)"
|
|||
(@clog-document section)
|
||||
(@clog-location section)
|
||||
(@clog-navigator section)
|
||||
(@clog-jquery section)
|
||||
(@clog-jquery section)
|
||||
(@clog-helpers section)
|
||||
(@clog-internals section))
|
||||
|
||||
|
|
@ -90,16 +90,6 @@ embedded in a native template application.)"
|
|||
"CLOG Unit utilities"
|
||||
(unit function))
|
||||
|
||||
(defsection @clog-jquery (:title "CLOG jQuery Objects")
|
||||
"CLOG-jQuery - Base class for CLOG jQuery Objects"
|
||||
(clog-jQuery class)
|
||||
|
||||
"CLOG-jQuery methods"
|
||||
(jquery generic-function)
|
||||
(jquery-execute generic-function)
|
||||
(jquery-query generic-function))
|
||||
|
||||
|
||||
(defsection @clog-obj (:title "CLOG Objects")
|
||||
"CLOG-Obj - Base class for CLOG Objects"
|
||||
(clog-obj class)
|
||||
|
|
@ -355,6 +345,18 @@ embedded in a native template application.)"
|
|||
(previous-sibling generic-function)
|
||||
(next-sibling generic-function))
|
||||
|
||||
(defsection @clog-jquery (:title "CLOG jQuery Objects")
|
||||
"CLOG-jQuery - Base class for CLOG jQuery Objects"
|
||||
(clog-jQuery class)
|
||||
|
||||
"CLOG-jQuery creation"
|
||||
(create-jquery generic-function)
|
||||
|
||||
"CLOG-jQuery methods"
|
||||
(jquery generic-function)
|
||||
(jquery-execute generic-function)
|
||||
(jquery-query generic-function))
|
||||
|
||||
(defsection @clog-element-common (:title "Common CLOG Elements")
|
||||
"CLOG-A - Class for CLOG Anchors"
|
||||
(clog-a class)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue