Add a Layer2 to a Layer1
identifier : my append notes
selector : #Layer2
position : absolute
top : 0
left : 0
width : not used
height : not used
overflow : visible
float : none
z-index : not used
add action | before :
add action | after :
appendTo | selector : #Layer1
run on load : true
run on call : Call_Append_1
code modification | variable :
code modification | method : appendTo
...
This example will add a Layer2 to a Layer1
ADVANCED MODULE
The module | appendTo in full range is beyond the scope of this manual
Knowledge of jQuery, Css and Html is required
Although an advanced user module, this is probably they most important module to understand in custom coded projects
To learn more about jQuery manipulation I recommend reading here
__________________________________________________________________________
more info on module | appendTo see here Properties
advanced!
MODULE APPENDTO - OVERVIEW
jQuery Append
Object - HTML String
TOOL
EXPLAIN ?
module | appendTo properties can be used to add objects to objects on the fly
Objects can be added to existing objects (selector) or objects to objects on the fly (HTML string)
••• EXAMPLE