I have a page which has several web parts. In some of them, it has Ajax controls. now, I need to do this:
after the page is fully loaded, I want to use jQuery to change some attr for some links (a tag).
I tried:
- Document ready event, not working
- Window load event, not working
- After window load event, wait 10 seconds, then make change, still not working.
Any other suggestions how to do it?
thanks