Download List

Projeto Descrição

Zebra_Dialog is a small, compact, and highly configurable dialog box plugin for jQuery, meant to replace JavaScript's "alert" and "confirmation" dialog boxes. It is contained in one JavaScript file that is 4KB minified, with no dependencies other than jQuery 1.5.2 or later. It can also be used as a notification widget for updates or errors, without distracting users from their browser experience by displaying obtrusive alerts. It features five types of available dialog boxes: confirmation, information, warning, error, and question. Its appearance is easily customizable by changing the CSS file. Modal or non-modal dialog boxes can be created. Custom buttons can be easily added. The dialog box can be positioned wherever you want, not just in the middle of the screen. Callback functions can be used to handle the user's choices. It works in all major browsers, including Firefox, Opera, Safari, Chrome, and Internet Explorer 6+.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-10-15 17:37
1.1.1

Foi corrigido um bug onde o script seria às vezes "esquecer" para limpar a sobreposição semi-transparente.
A bug where the script would sometimes "forget" to clear the semi-transparent overlay was fixed.

2011-08-18 18:59
1.1

Um bug onde a cor da mensagem de texto foi herdada ao invés de ser definido a partir do arquivo CSS foi fixado. O último botão da caixa de diálogo agora recebe o foco, uma vez a caixa de diálogo é aberta. Anteriormente, por quaisquer caixas de diálogo do que as notificações, se o usuário pressionou a tecla Enter, o evento foi re-acionado e mais caixas de diálogo foram mostrados em cima do outro. Agora é possível adicionar uma classe personalizada para a caixa de diálogo, tornando mais fácil para alternar entre os estilos em tempo de execução. Exemplos são agora também disponível no pacote baixado.
A bug where the message's text color was inherited rather than being set from the CSS file was fixed. The last button of the dialog box now receives focus once the dialog box is open. Previously, for any dialog boxes other than notifications, if the user pressed the Enter key, the event was re-triggered and more dialog boxes were shown on top of another. It is now possible to add a custom class to the dialog box, making it easy to switch between styles at run-time. Examples are now also available in the downloaded package.

Project Resources