在字符串内的函数中传递参数

时间:2013-10-30 15:52:58

标签: function variables parameters

请,我需要帮助...我的功能不起作用,有我的代码:

    var tel=99, nome='c';

     $('#listaCont').append("<li class='list-item-single-line selectable'><a href='#' onclick='pegarContactos( tel, nome)'> <h3>Célio Garcia</h3></a></li>");

和我的职能:

function pegarContactos (tel, nome){
        tel, nome,

        alert(nome);
    }

未捕获的ReferenceError:未定义pegarContactos

哪里错了????

0 个答案:

没有答案