Get Url, domain name, path name, protocol, port of current page in Javascript

Using window.location object, we can get current page address informations including url, domain name of web server, path name, protocol a...

Convert string to number and vice versa in Javascript

I.Convert String to number  1. Convert String to Integer : parseInt(string,radix)  parseInt(string,radix) string Required. The string...

Handling check box event with Jquery

In this post, I try to make some script for handling checkbox event with jQuery. HTML checkbox object support all standard events, so I ...

Window confirm javascript method

Window confirm javascript method display a dialog box with a message belong to OK and CANCEL  button. For some special event, we should ...