jqTransform ‘Select’ Problem z-index 10
I was working on a project now which required a customized form and I used jqTransform to customize it and while working on it I noticed that the two dropdown (see screenshot below) overlaps each select boxes. The dropdowns appearing below other select boxes.
Code:
So here is a very simple solution to manipulate it.
Jqtransform applies z-index values to select dropdowns reason it overlaps the select box below. To fix the problem I amend the jqtransform code and remove the zIndex attribute.
And now it works
Hope this helps.













