微件:Childbox-more

来自UTASOY
Utasoy留言 | 贡献2024年8月18日 (日) 10:28的版本 (创建页面)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

<script> RLQ.push([["jquery"],function(){ $(".childbox-image-more").each( function(){

   let more = $(this).attr("data-more");
   $(this).attr("onclick","child_more('"+more+"');");

}) }]);

function child_more(more){

   window.open(more);

} </script>