gpt4 book ai didi

jquery - 如何使用 jQuery 包装集扩展类?

转载 作者:行者123 更新时间:2023-12-01 05:43:44 26 4
gpt4 key购买 nike

以下内容几乎有效...

$el = ->
$el:: = $ '#test'
new class extends $el
constructor: ->
@append '<h1>Worked!</h1>'


# this will overflow the stack
@find('[role=test2]').append '<h2>Also Worked!</h2>'

示例如下:http://jsfiddle.net/66a3jdot/

最佳答案

答案就在我面前……

new class
@:: = $ '#test'
constructor: ->
@append '<h1>Worked!</h1>'
@find('[role=test2]').append '<h2>Also Worked!</h2>'

http://jsfiddle.net/wycleffsean/66a3jdot/2/

关于jquery - 如何使用 jQuery 包装集扩展类?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29017782/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com