Permitted parents <table>, <thead>, <tbody> or <tfoot> elementhttps://developer.mozilla.org/en-US/docs/Web/HTML/...
[
{id:1, x:'A'},
{id:1, x:'B'},
{id:2, x:'C'},
{id:3, x:'D'},
{id:4, x:'E'},
{id:4, x:'F'},
{id:1, x:'G'}
];
arr1 = [
{id:1, x:'A', repeatCategories: [A, B, G]},
{id:2, x:'C',},
{id:3, x:'D',},
{id:4, x:'E', repeatCategories: [E, F]},
];
arr2 = [
{id:1, x:'A'},
{id:1, x:'B'},
{id:4, x:'E'},
{id:4, x:'F'},
{id:1, x:'G'}
];
$(this).siblings('input[type=text]').length