i have function $(function() { $("body").jqtransform(); });
in functions.js
file.
it plugin , use style inputs. works perfectly. however, when new inputs come through ajax, doesn't work them , usual simple inputs being shown.
what should do?
try putting $("body").jqtransform()
in ajax callback.
Comments
Post a Comment