Tag: appendTo

Top 10 jQuery Functions and Plugins (Part I)

The following is a set of jQuery shortcuts I use at some point on a daily basis. 10. appendTo() While there are many ways to use appendTo(), I find myself taking advantage of it when dealing with dual listboxes. With that one little command, I can move listitems from one listbox to another with no [...]

January 09 / 2010
Author bill sternberger
Category Html, jquery
Comments 1 Comment

Dual listboxes in jquery

Ok, so this one should be simple, more for reference. The goal is to create a dual list box using jQuery and MVC. To accomplish this, we are going to use the “appendTo” manipulation (http://docs.jquery.com/Manipulation). You can also download the dual listbox code sample here. Add two select boxes, and four buttons Add javascript handlers [...]

December 16 / 2009
Author bill sternberger
Category jquery
Comments 4 Comments