I have this function $(function() { in my
$("body").jqTransform();
});functions.js file.
It is a plugin and I use to style my inputs. It works perfectly. However, when the new inputs come through ajax, it doesn’t work for them and usual simple inputs are being shown.
What should do I do?
Try putting
$("body").jqTransform()in the Ajax callback.