Just a simple question,
Im trying to replace class with var, but obviously still something wrong in the string.
I'm doing this:
var C = $('.form')
$(" ' " + C + "' tr").remove();
and trying to achieve this:
$(".form tr").remove();
I know that might be simple question, but please forgive me, Im still learning basics
Thanks