Hello,
I am using wordpress plugin called Product tables (https://barn2.co.uk/wordpress-plugins/woocommerce-product-table/)
I am not able to put specific content with the plugin, so i decide to put it using JQuery using this code.
$("#content-"+productID+"").detach().appendTo("#"+productID+" .col-description");
Responsive is Enabled, and when i browse the site on Mobile device, the content is not appearing in the Child.
my question how can i select the child and append data ?
↧
how to call Child with JS selector ?
↧