
js
greens_bird_jj
。。
展开
-
ajax请求
ajax post请求 $.ajax({ url: "http://localhost:5000/extract", type: "post", data:JSON.stringify({"config":all_valued}), contentType: "application/json", dataType: 'json', async: true, success: functi原创 2021-02-22 15:52:03 · 136 阅读 · 0 评论 -
js获取字节父节点,获取指定tab 行的值
$(this)获取当前点击的标签 $(this).parent().parent().find('#path').val() .find(’. path’) 查找父节点的path类 .find(’#path’) 如果是for生成的,最好用class原创 2020-11-27 11:18:13 · 416 阅读 · 0 评论