jQuery.noConflict();

jQuery(document).ready(function() {
    jQuery('form').attr('autocomplete','off');
});
