I realise this is a simple question but I cant seem to work out a way to deal with it even having read thru this conversation.
I have have grid with several calculated responses in labels. Because of the nature of calculation I will get NaN response in one or more labels in the grid - this is ok and quite ok. The calculations are done via j query script when a button is clicked.
What I would like to do is hide the NaN responses that is displayed in the label.
I have tried several way of using hide command identified in conversations.
I suspect this is simple bit of script, unfortunately I can't seem to do it. Can some one point me in right direction or provide an example.
Secondly where would the script be placed and invoked. Or would it be better just to do it via CSS.
Thanks in advance
Andrew