Dynamic Add Objects/Divs/Fields into your code using this library based in JQuery
- Dynamic add an objetc into your DOM from a model to a target
- Animate options
- Set different events to trigger
$(document).ready(function() {
$('.addNewThing').modelToClone({
target: '.bars', //Where to go ?
source: '#modelBar', //From where ?
});
});
- Maurício de Castro Pasquotto - Initial work - GitHub