How to get the child of an element being dragged with jQuery UI

后端 未结 2 1398
走了就别回头了
走了就别回头了 2021-01-26 09:34

I have the following html:

2条回答
  •  北荒
    北荒 (楼主)
    2021-01-26 09:55

    Try this:

    $(this).children('a').attr("href");

    Does that work for you?

提交回复
热议问题