我正在调用3 JQuery函数,只需点击ok链接。
请告诉我这是对的,或者我怎么做。
它无法正常工作。
<a href=# onClick="fill(\''.$result->pname.'\');fill1(\''.$result->person_name.'\');fill2(\''.$result->mobile.'\');">Click me</a>发布于 2011-05-06 14:50:54
试试这个,让我知道它的结果。
<?php echo "<a href=# onClick='fill(\"".$result->pname."\");fill1(\"".$result->person_name."\");fill2(\"".$result->mobile."\");'>Click me</a>"; ?>希望这能帮上忙。
https://stackoverflow.com/questions/5907339
复制相似问题