I know this is an old question, but maybe it helps someone. I could not find the answer, so I looked at the jqtransform.js code.
Just comment on this line:
if($select.hasClass('jqTransformHidden')) {return;}
And then, after the "onchange" event is fired:
$('#container select').jqTransSelect();