add abu note
This commit is contained in:
parent
4717fec6cc
commit
711a5673e8
39
abu note.txt
Normal file
39
abu note.txt
Normal file
@ -0,0 +1,39 @@
|
||||
|
||||
// index.php
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
$(function(){
|
||||
$.get('ad.php', function(html){
|
||||
$('#ad').html(html);
|
||||
})
|
||||
})
|
||||
</script>
|
||||
</head>
|
||||
<header>
|
||||
</header>
|
||||
<body>
|
||||
<div id="content">
|
||||
UUUUUU
|
||||
<div>
|
||||
<div id="ad"><div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// ad.php
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
1677777777777777
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user