Hi All,
well I managed to achieve what I wanted. I looked for the ID of the
parent and used:
$("parentID > *").hide();
The effect is that it finds all of its children and hides it. Thus,
from there, whatever I wanted shown, I'd do the command:
$("specificID").show();
As a result, I got the ta
I have to apologise cause I sort of explained it wrongly. My
bad...sorry about that.
This element in my web page has its ID dynamically assigned. However,
this assignment is done so upon form load. Meaning that the ID of the
element is assigned upon form load and it is named according to what
is
2 matches
Mail list logo