Blog Updated to WordPress 2.0.5
After only 22 days from release.. i finally got around to updating this blog to wordpress 2.0.5. I dont see anything new on 2.0.5.. must be just some security fixes.. Anyways.. to make my blog much nicer i also added AJAX comments.. works kinda cool. Go Ahead And Try it… : ). I can only hope i will have enough time the coming days so i can update the layout and maybe install a much nicer photogallery.. If anyone know of a nice addon to picture gallery addon to wordpress just drop me a comment.
Getting The Value of Radio Button On Javascript
I always have a hard time with radio buttons in javascript, maybe due to the fact that im an idiot when it comes to javascript. So for my future reference and maybe for some people out there having a hard time with it.
What happens is that when you refer getElementByID or YourForm.radiobutton name the radio buttons.. it does not return one element.. it actually contains a collection of the radio buttons. So to get the value you must loop through all of them and find which one is checked and get the assigned value.
You can use something like below to get the value of radio buttons…
