Skip to content

Dynamic Add Objects/Divs/Fields into your code using this library based in JQuery

License

Notifications You must be signed in to change notification settings

maupasquotto/Dynamic-Add-Fields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Add Fields JQuery

Dynamic Add Objects/Divs/Fields into your code using this library based in JQuery

Features

  • Dynamic add an objetc into your DOM from a model to a target
  • Animate options
  • Set different events to trigger

Exemple

$(document).ready(function() {
  $('.addNewThing').modelToClone({
    target: '.bars',  //Where to go ?
    source: '#modelBar', //From where ?
  });
});

Authors

  • Maurício de Castro Pasquotto - Initial work - GitHub

About

Dynamic Add Objects/Divs/Fields into your code using this library based in JQuery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published