$(document).ready(function(){ var input=''; $("#footer_colorPicker").html(input); $('.simple_color').simpleColor({ cellWidth: 9, cellHeight: 9, border: '1px solid #333333', defaultColor: '990000', buttonClass: 'button' }); var hdp='Haut de page'; $("#hdp").html(hdp); });