> Thanks Mike that did the trick. I want to ask a noob question about > the significance of the $ in front of the form variable that you > suggest. What is the difference besides using just form or set as that > variable name without a $ preceding it?
No difference. It just helps me remember that the var is a jQuery object and not a DOM object.