In Angular, How can I call external jQuery function?

前端 未结 0 894
孤街浪徒
孤街浪徒 2020-12-04 12:24

Angular Version:: 8.3.28

function fixedTable(tb){
    var thead = $(tb+\' .fixedTb thead\');
    var tbody = $(tb+\' .fixedTb tbody\');
    if(!$(tb+\' .fixed         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题