×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: Влад Якуб
Added: May 20, 2022 8:09 AM
Views: 8
Tags: no tags
  1. 'radd'  => [
  2.             5 => "Какие?",
  3.             9 => "Какие?",
  4.         ],
  5.         'js' => '
  6.             $("[rnum=5] pr-row-title").after($("[rnum=5] .pr-cell-xtra").html());
  7.             $("[rnum=9] pr-row-title").after($("[rnum=9] .pr-cell-xtra").html());
  8.             $("pr-row-xtra, pr-row-title").css("display", "inline-block");
  9.                         $(".pr-cell-xtra").remove();
  10.         ',