User Profile
Collapse
-
I have come accross with this solution but this option I keep as my last hope, if nothing workout then I will go with that, I am sure but I feel like solution could exist in client script. -
Well Hide() will load the tag but does not show on the browser, I don't even want to be loadedLeave a comment:
-
Removing a div control from html but need to bring that back when needed
Here is my scenario: Any thing which is appears in the html no matter whether it is hidden will be check for security.
I have a situation when I need to hide some control, can't use visibility or display attribute as it we can see these tags when we inspect an element. I need something in client side script that is some what equivalent to unbind and remove function of jquery but I want those tags back without rewritting them on the... -
Yeah I guess there won't be, specially if you have nothing to distinguish between each of these DOM which is also not a right way but where I am standing rightnow this is the only solution I can see. But if someone comes around with good idea...Leave a comment:
-
I am sorry If I am not clear in that. What I actually mean was that I need to perform this by using CSS2.1. I know how achieve this by using css3.0 or JS, but I am restricted to perform this action by using css2.1. Hope that I make it clear this time...Leave a comment:
-
Apply css class on anchor that is second child of div
I can not change html as I receiving from some other application. I have div that has 2 anchor child, by default they dnt have any Id or class or name through which I can distinguish. I can not use CSS3.0 function that has last-child thing, I can not use javascript. I know how to achieve this with jquery or js. But I am bound cant use it. nth-child is also not supported css2.1, I guess
nth-child is also not supported css2.1, I gu...Last edited by Niheel; Jul 30 '12, 11:56 PM.
No activity results to display
Show More
Leave a comment: