Introduction: In my previous article I have explained about Add remove select and set items in select drop down list . In this article I am going to explain about how to move items from left side to write side using jQuery Explanation: For example in my form I have two dropdown lists one with id “allcities” and another one with id “selectedcities”. And I have two buttons one for moving item from left to right (btnleft) and another one is to move item from right to left (btnright). Below is the html code.
Asp.Net,C#.Net,SQL Server Articles, Source Codes and Examples