http://lalalafactory.blogspot.com/2008/02/light-alet-lightalertjs.html
Can anyone tell me what to change that JS confirm button will also work. I add
function confirm(obj){
new LightAlert(obj);
}
but still works like alert not confirm.
http://lalalafactory.blogspot.com/2008/02/light-alet-lightalertjs.html
Can anyone tell me what to change that JS confirm button will also work. I add
function confirm(obj){
new LightAlert(obj);
}
but still works like alert not confirm.
Not sure, you would have to get in and modify their code. You can use the jQuery dialog and acheive this.
is it possible to use some similar design to ajax ConfirmButtonExtender in C# or to connect it with jquery dialog?