我遇到了一个问题,在ajax调用完全完成之后,我想在哪里更新数据库。为了找到我想要更新数据库的值,我必须发出一个SOAP调用(或服务器请求),这需要一些时间。我想使用在ajax调用中找到的值,然后将其存储在我的数据库中。
这是我的ajax调用
<script>
function getBalance(){
$.get("assets/balance.php", "", function(data){
// # means an id, but a . would mean a class
// .html m
我的脚本文件是
<script type="text/javascript">
$(document).ready(function(){
$(".select2").select2();
var MaxInputs = 50; //maximum input boxes allowed
var InputsWrapper = $("#overall_wrapper"); //Input boxes wrapper ID
var Ad
我正尝试在服务器上安装magento。这是我的Vhost文件。
server {
listen 80;
## SSL directives might go here
server_name development.magento.in ; ## Domain is here twice so server_name_in_redirect will favour the www
root /var/www/devcode/;
client_max_body_size 2M;
location / {
index in
在我的项目中,
我已经创建了一个代码片段,可以复制,然后放入任何网站。它在其他网站上显示我的内容。
我现在用的是:
<script type='text/javascript'>
var user = 'abc';
var age = '23';
document.write('<iframe src="http://www.mysite.com/page.php?user='+ user + '&age=' + age + '" ></iframe&