Sort of...
$('table[title="the title"]').hide();
or when using the header ...
$('table[caption="the caption"]').hide();
Considering the following:
If you want to use any of the metacharacters (#; &, + * ~ ': "! ^ $ => | /) As the literal part of the name, you should avoid the character with two backslashes: \\. For example, if you have input with names name = "[]", you can use selector $ ("input [name = names \\ [\\]]").
By Selectors - JQuery API
source share