Widget:Childbox-more

出自HUIJIA FUN
於 2024年3月4日 (一) 15:11 由 Plurimod学生会留言 | 貢獻 所做的修訂 (创建页面,内容为“<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>”)
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)

<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>