I use JavaScript and am trying to use more JQuery. Anyway I never liked the way Master Pages change the ID's of my elements. So when I use getElementById("MyElement") it fails to find the element. So I hit F5 and do a view source and then copy the new ID of the element and it works.
My Question... Is there a better way to do this?