[jQuery] Re: Hiding elements that have a dynamic ID

2008-08-20 Thread Christopher TS
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

[jQuery] Re: Hiding elements that have a dynamic ID

2008-08-19 Thread Christopher TS
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