放<a> Tag in Tag

时间:2017-06-27 07:37:34

标签: javascript jquery html

i must to put this Tag

 <td><a id="<?php echo "pdf_file_".$id; ?>" style="color: black;" href="<?php echo $dateiinfo['dirname']."/".$dateiinfo['basename'];?>" ><?php echo $dateiinfo['filename']; ?> <br></a></td>

in a Tag:

<td id="org"><br></td> 

How can i make this?

i try it with that

org.appendChild( getElementById($id) );
org.removeChild( getElementById($id) );

0 个答案:

没有答案