JQuery AdDelFields

Original price was: $3.00.Current price is: $1.50.

Why should buy from us

  • 100% Legit and Clean Code : Receive fully legitimate and clean code directly from the original source, ensuring reliability and security for your projects.
  • Instant Payments via Crypto : Enjoy seamless, instant transactions using cryptocurrency, eliminating delays and providing a secure payment experience.
  • Global Accessibility : Accept payments from customers worldwide without the hassle of currency conversion or international transaction fees.
  • Secure and Transparent Transactions : Benefit from the security and transparency of blockchain technology, protecting your transactions from fraud and ensuring trust.
  • High-Quality Scripts : Get high-quality, well-documented scripts tailored to your needs, backed by direct support from the original developers.

More Information

  • Code Delivered in 24 Hours : Receive your code within 24 hours, directly from the original store.
  • 100% Authentic Code : Get 100% genuine code sourced directly from ThemeForest.net and CodeCanyon.net.
  • Affordable Pricing : Our prices are competitive because the code is shared by individuals who purchase directly from the original marketplaces.
  • Chat or Email for Details : Contact us via chat or email for more information and to learn how we ensure quality and authenticity.

Description

This plug-in is very useful for those who need to duplicate or delete fields within a form WHAT DOES 1 You insert the form inside a div container that has a specific class eg Class contenitore_input 2 il div con classe contenitore_input verra chiuso in un ulteriore div con un id specifico es id contenitore_generale 3 the div with class contenitore_input will be closed in another div with a specific id eg id contenitore_generale 4 assign a reference attribute to each field to be duplicated eg lt input alt nome gt this attribute will be the fixed part of the NAME and ID in this case considering the field lt input alt nome gt will become lt input alt nome name nome_ 1 id nome_ 1 gt click on add lt input alt nome name nome_ 2 id nome_ 2 gt etc This allows the page receiving the request to obtain the value of a specific input or simply differentiate between them also allows differentiation of the id to act on the elements via JS uniquely ADVANCED FEATURES 1 implementation of a sort of validation to the addition of fields class to indicate the binding of a field class to indicate that a field must be numeric class to indicate that a field must contain an e-mail class to indicate that a field must contain a date in the format dd mm yyyy 2 callback functions are available after the addition and after removal of fields 3 duplication of all the attributes of duplicate fields for consistency