reinitialize jqTransform?
Posted
by SoulieBaby
on Stack Overflow
See other posts from Stack Overflow
or by SoulieBaby
Published on 2010-03-15T03:59:35Z
Indexed on
2010/03/15
4:19 UTC
Read the original article
Hit count: 731
Hi all, I'm using jqTransform to make my forms look a bit prettier, however I'm using jquery to change the select list (depending on what's selected from another select list) and it just pulls in the regular form select list rather than the jqTransform styles.. I was wondering if there's a way of reinitializing it? I've tried adding:
jQuery('#bookingForm').jqTransform({
imgPath: '/templates/home/images/jqtransform/'
});
after the jquery inserts the new select box, but it doesnt seem to work.. I'm trying to do this because I couldnt figure out how to show/hide options in a select list using jquery.
© Stack Overflow or respective owner