tags:

views:

26

answers:

2

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.

A: 

Not sure, you would have to get in and modify their code. You can use the jQuery dialog and acheive this.

Dustin Laine
A: 

is it possible to use some similar design to ajax ConfirmButtonExtender in C# or to connect it with jquery dialog?

senzacionale