18 Sep
2017
18 Sep
'17
4:57 p.m.
But using Firefox's "Inspect Element" feature, I saw that the "MARC view" tab has an ID of "MARCview".
True, but the <span> containing #MARCview has a style as well, so to hide both completely you'll need: $(document).ready(function(){ $("#MARCview").parent().hide(); }); -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org