light confirm script

Posted by senzacionale on Stack Overflow See other posts from Stack Overflow or by senzacionale
Published on 2010-03-10T22:29:12Z Indexed on 2010/03/11 4:39 UTC
Read the original article Hit count: 164

Filed under:

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.

© Stack Overflow or respective owner

Related posts about JavaScript