Search code examples
jqueryjqtransform

JQTransform Reset Form?


I'm trying to do a reset on a form styled with JQTransform, in particular selects, which are replaced by lists. There is a function jqTransformReset(); but I cant get it working for some reason.

Has anyone had any success with this?


Solution

  • You have to pass jqTransformReset() the form element as a parameter.

    There is some additional information regarding jqTransform and <select> elements over here:

    http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/