developer155
Programmer
I have a div on the page and I only know part of its ID (id's are generated dynamically on server side for this program)
So lets say the partial name is bt1(the full name could be 123_btlf125). I need to use partial name I know to access that element by javascript function and hide it. What is the best way of doing it?
thanks
So lets say the partial name is bt1(the full name could be 123_btlf125). I need to use partial name I know to access that element by javascript function and hide it. What is the best way of doing it?
thanks