Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to implement a paring system using list and jquery.

HTML
Excel Fields               DB Fields               Mapping
    email                   name                    email+emailId
    address                 emailId         >>      empId+empcode
    name                    empcode      (ADD PAIR)
    empId                   address
                                           <<
                                        (REMOVE PAIR)


In the above example when I select items from both(Excel Fields,DB Fields) list and click ADD PAIR it should show the pair under Mapping list and the corresponding items should be removed from respective list. When I select a item from Mapping list and click Remove pair it should remove the item from mapping list and add the individual items to the respective list. My question is there any jquery plugin to implement this.OR any example available on web which shows how this is done. Thanks in advance!
Posted
Comments
Sergey Alexandrovich Kryukov 27-Aug-15 10:37am    
What have you tried so far?
If you need a jQuery solution, present a pure JavaScript problem, without all those "Excel" or "database". If you mention UI, you need to explain the UI problem. There are two sets of items. How do want to present them, represent associations between them, and so on.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900