带变量的dom操作

时间:2018-11-22 07:02:57

标签: jquery ajax dom-manipulation

我要寻找的是将<li>添加到<ol>创建的由函数吐出的变量中:

CallAjax('url', data, 'POST', function (result)
                 if(condition){
                       dom = loadShowArea(val); //<div><ol></ol></div>

                            }
                        // .find('ol')
                       Html=loadShowTask(val); //<li>
                        // want to add li to the above ol 

                        //dom+=$(dom).find("div").append(Html)
                        // it is not working 

0 个答案:

没有答案