javascript

Posted in javascript, jquery on January 7, 2011

jQuery Dynamic Form

When you use jQuery Dynamic Form don’t forget to set the normalizeFullForm: false when creating a dynamicForm $("#div").dynamicForm("#plus", "#minus", { normalizeFullForm: false }); Default this value is set to true. When it’s set to true, it ... Continue Reading