jQuery Alert Dialogs with JSF

jQuery Alert Dialogs with JSF

Hi people, i need some help with puglin "jQuery Alert Dialogs"

I´m try used him with JSF in a commadButton but it not return true of false.



                     <a4j:commandButton id="confirm_button" image="/images/util/iconDelete.jpg" title="#{msg.comum_excluir}"
                        style="margin:3px;align:center"
                        onclick="excluir('frm1confirm_button')"
                        action="#{videosMB.doExcluir}"
                        reRender="dataTableVideoList" limitToList="true"
                        oncomplete="windowclose('alterarVideo:msgsModal');">
                     </a4j:commandButton>