$.ajaxSettings.async 保证代码顺序执行

function show(id){
  $.ajaxSettings.async = false;
  $("#showModal").modal({
    remote: "./showModal.html"
  })
  $.parser.parse($('#dg3').parent());
}

 

做用域:当前{}内html

相关文章
相关标签/搜索