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 ...