$('#columnList').append("<li>" + $(colInProcID) + "</li>");
Obviously, Im doing something wrong…not sure how to say the above so that I dont get [object object] in my list.
**Sorry, let me clarify … the $(colInProcID) is a DIV that I want inserted into the list. (sorry)
I think it’s:
What is colInProcID?