jqtransform

How to disable select when using jqTransform

I'm using jqTransform in my form, and I want to disable select. jqTransform causes it not get disabled. Please guide me if you have a solution for this. ...

Bassistance Validation not working correctly with jqTransform

Hi, I'm using jqTransform to style my forms which works very well. However, when I add Bassistance's Validation plugin, the validation error messages are shown within the jqTransformwrapper divs (i.e. inside the textbox) instead of the parent element (after input). So the DOM shows this: <label for="firstname">Firstname</label> <div c...

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? ...

JQTransform - Exclude an element from styling?

I'm using JQTransform to style all form elements. Is it possible to disable the styling on a specific element, leaving all the others styled by JQTransform? ...

[jquery] how to make two plugin to work together

Hi all, I have a trouble but don't how to resolve it. Ok, I used jqTransform.js and jScrollPane.js plugin. And in jqTransform can make my Selectbox transform and this use Scrollbar by default of window. My client need a style scrollbar. and I don't know how to combine 2 plugin to resolve it. Anyone can help me? ...

jqTransform:Width is gone when div is hidden using display:none in style.Whats the solution ?

I am using jqTransform plugin to enhance the look and feel of my form.It works well.Now i added a div to the page which has a style="display:none;" and in an event(a button click) in the page,I am trying to show the div.But it looks like the width of the divs which are created by jQtrasform become only 0 px. My HTML <div id="divUserIn...