I made an input-control of an input field with "auto numeric". AutoNumeric Website
It works well in normal mode, but when I load the content (with form) live through ajax it does not work. Do somebody have an idea?
jQuery(function($) {
$('.price').autoNumeric('init');
});