我想在当前元素周围使用jquery封装一个新的父容器,类似的东西,但我不喜欢以下行,我想它们并不是真正正确或最佳实践:
this.before('<div id="container">');
this.after('</div>');
// do something with the new parent here
$("#container")...
Run Code Online (Sandbox Code Playgroud)
这样做有更自然的方法吗?谢谢.
简单的问题:D.我知道该怎么做,但我必须快速完成.
什么是最有效的方法?
场景:两个表,tableA并且tableB,更新tableA.columnA的tableB.columnB基础上tableA.primarykey = tableB.primarykey.
问题:tableA与tableB各超过10.000.000纪录.