Y a-t-il une fonction existant pour jQuery
if ($(selector).length)
Matteoweb
if ($(selector).length)
if ($("#myElementID").length){
//I exist
}