.load div from a file contains another div

.load div from a file contains another div

$("#content").load("code.php");
 
code.php is: echo '<div id="1"></div>';
 
How could i use jquery functions on the loaded div tag #1?