Link to home
Start Free TrialLog in
Avatar of Mark
Mark

asked on

Utilizing twitter bootstrap 3 / Jquery / intl-tel-input plugin: I want to have support for adding unlimited phone numbers (Home, Mobile, Work, etc.)

I want to use AJAX to enable my users to add/remove an unlimited amount of phone numbers while utilizing the intl-tel-input plugin:

Example:
User generated image
- when link [ADD] is pressed, a new row should appear with a drop down to select the type (Home, Work, Mobile, etc)
- when delete is pressed, an Ajax call should be made and the row removed
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mark
Mark

ASKER

Thank you both
You are welcome.