$(function() { if ($(".urlMapaWeb").length > 0) { $(".urlMapaWeb").each(function(index){ id = $(this).attr('id'); $(this).after(' Mapa web'); }); } }); function mapaWebSetUrl(url, field) { document.getElementById(field).value = url ; }