Run the following code in console:
1 2 3 | $= new jQuery.noConflict(); $( "#swatch-text-options-panel tr td:nth-child(4) input" ).each( function (e,el) { $( this ).parent().parent().find( "td:nth-child(3) input" ).val($( this ).val());}); |
Run the following code in console:
1 2 3 | $= new jQuery.noConflict(); $( "#swatch-text-options-panel tr td:nth-child(4) input" ).each( function (e,el) { $( this ).parent().parent().find( "td:nth-child(3) input" ).val($( this ).val());}); |
Tags:
Leave a Reply