input type="checkbox" will not uncheck or checked not unless if confirmed on dialog confirmation box.
Here is the scenario, i have this table contained with records each row of record has an Enabled column which will allow you to checked or unchecked a specific row record means(Disable or enable an account record).
My problem is, when i click the [input type="checkbox"] it will auto check or sometimes when it is checked by default it will auto unchecked then the dialog appears for confirmation for enabling or disabling an account.
I want the checkbox to do nothing when i clicked it. It should only change after i confirm it on dialog box.
Hi guys, sorry this us my code anyway. http://jsfiddle.net/5REXp/1/ I hope you understand it. A Jquery UI dialog should popup when you click the checkbox un column named enabled. Thanks.