标签: javascript jquery angularjs
我遇到了与 jQuery 相关的问题,因为当点击按钮时,角度会加载具有相同类“hf-title”的html。我如何确保等待所有这些类出现,然后执行单击功能
答案 0 :(得分:0)
您是否看过.load()?
.load()
文档:https://api.jquery.com/load-event/
$('.fc-title').load(function(){ alert("they are all loaded"); });