/*
 * Fichier commun de tous ce qui passe pas au validateurdu w3c ...
 */

//jq dom loaded, on ajoute nos attribut "non standard" ... soit
$(document).ready( function(){
if( $('input') ){
var allFie = $('#tx_ville,#tx_cp,#adresse,#prixMax,#senderMail,#APC_key,#Up_file_1,#og_video,#rd_annonce_type1,#rd_annonce_type2,#nb_reg_id,#nb_dpt_id,.champ_file');
allFie.each( function(){ $(this).attr('autocomplete','off');});
}//endif;

///////
});////
