| Server IP : 172.67.216.113 / Your IP : 172.71.28.146 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home2/cp648411/public_html/simded.com/horo/daily/include_z/ |
Upload File : |
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="plugin/bootstrap-3.3.7/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="plugin/bootstrap-3.3.7/js/ie10-viewport-bug-workaround.js"></script>
<script>
function ajax_zodiac(id,type) {
$.ajax({
type: "POST",
url: "ajax_zodiac.php",
data: 'id=' + id +'&type='+type ,
cache: false, // To unable request pages to be cached
processData:false,
dataType : 'json',
success: function (data) {
document.getElementById("I_general").innerHTML = data[0];
document.getElementById("I_money").innerHTML = data[1];
document.getElementById("I_work").innerHTML = data[2];
document.getElementById("I_health").innerHTML = data[3];
document.getElementById("I_single").innerHTML = data[4];
document.getElementById("I_couple").innerHTML = data[5];
document.getElementById("I_zodiac").innerHTML = data[6];
document.getElementById("I_date").innerHTML = data[7];
$('html, body').animate({ scrollTop: $('#reading_zodiac').offset().top }, 1000);
}
});
}
</script>
</body>
</html>