开发者

Jquery Address Problem

开发者 https://www.devze.com 2023-03-30 07:00 出处:网络
I can not use in Ajax.html function. Data is again the function of each is installed. Th开发者_JAVA百科anks for the solution.

I can not use in Ajax.html function. Data is again the function of each is installed. Th开发者_JAVA百科anks for the solution.

index.html;

$.address.change(function(event) {
  $.post('ajax.html',{cmdModule:'test'}, function(data) {$("#middle").html(data);});
});

ajax.html;

 $.address.internalChange(function(event) {alert("test")});
0

精彩评论

暂无评论...
验证码 换一张
取 消