Is there is any Jquery plugin for create complex DOM struture
?
i want to create HTML table through ajax response.
table cell contains checkboxes , radio button links html components.
also want to handle events like click , onchanges on respected components.
No, there is probably not.
Also you don’t need a plugin to create elements, if you’ve got a fairly complex structure you can simply
Happy chaining!