English 中文(简体)
Magento和AJAX.更新
原标题:Magento and AJAX.Updater
  • 时间:2012-05-23 05:11:14
  •  标签:
  • ajax
  • magento

我翻遍了这里和马根托董事会上的所有回应 仍然一无所获

我用AJAX(AJAX)调用了州名单。最新消息从选定的州收集零售商店清单。FireBug(FireBug)向我展示了RESPONSE(ReSPONSE)和HTML(HTML),但代码从未填入指定的DIV(DIV)中。

这是我的电话 与斯特恩是 通过州缩写。

new Ajax.Updater($( txtHint ), ../php/getdealer.php?q= +str, { method: get , });

有什么想法 为什么它不会在屏幕上显示?

问题回答

sh sh sh sh sh sh sh sh sh

new Ajax.Updater($( txtHint ), ../php/getdealer.php?q= +str, { method: get , });

不在

new Ajax.Updater( txtHint , ../php/getdealer.php?q= +str, { method: get  });

参考文献:http://prototytypejs.org/api/ajax/updater





相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

How can i update div continuously

I have asp.net application where i have a div which showing the value from other site. The value of that site is changing continuously. I want that my div will automatically update in some interval ...

热门标签