can we access value of hide element in jquery code example
Example 1: get value of hidden field jquery
var hv = $('#h_v').val();
Example 2: data attribute hide & show function syntax in jquery
$('.test').hide().filter('[data-word="AAA"][data-type="BBB"][data-number="2"]').show();