We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b41d87 commit 513d5c2Copy full SHA for 513d5c2
opal/opal-jquery/element.rb
@@ -61,7 +61,7 @@ def self.expose(*methods)
61
# Bridged functions - we just expose all core jquery functions as ruby
62
# methods on this class.
63
expose :after, :before, :parent, :parents, :prepend, :prev, :remove
64
- expose :hide, :show, :toggle, :children, :blur, :closest
+ expose :hide, :show, :toggle, :children, :blur, :closest, :detach
65
expose :focus, :find, :next, :siblings, :text, :trigger, :append
66
expose :height, :width, :serialize, :is, :filter, :last, :first
67
expose :wrap, :stop, :clone, :empty
0 commit comments