We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bf2d0 commit fea931bCopy full SHA for fea931b
src/main/scala/io/udash/wrappers/jquery/JQuery.scala
@@ -140,7 +140,7 @@ trait JQuery extends js.Object {
140
141
/** Remove the set of matched elements from the DOM. <br/>
142
* See: <a href="http://api.jquery.com/detach/">jQuery Docs</a> */
143
- def detach(selector: Selector): JQuery = js.native
+ def detach(selector: Selector = js.native): JQuery = js.native
144
145
/** Remove all child nodes of the set of matched elements from the DOM. <br/>
146
* See: <a href="http://api.jquery.com/empty/">jQuery Docs</a> */
0 commit comments