Author Archives: Prithwiraj Bose

About Prithwiraj Bose

I am a Technical Architect in TATA Consultancy Services Ltd. I live in Kolkata, India. I love computers, programming, travelling and singing. Photography, spending time with my aquarium, designing a random website, painting, and singing are my favorite pass time. I've recently grown interest in Electronics, IoT and Robotics.

How To Start Using jQuery – jQuery Startup Tutorial For Beginners

jQuery is a ready to use JavaScript library which makes your regular and extended JavaScript work easier. This is a basic jQuery tutorial which teaches you how to start using jQuery in… Read more »

Getting Value of Radio Button and CheckBox using jQuery (Cross Browser)

Last month I have struggled a lot to read value of checked radio button. The default .val() method doesn’t work in many of the versions of various browsers. I’m feeling… Read more »