BootStrap Alert is used to display messages or error messages on the DOM while users tries to navigate or perform some actions on the web. But by default, the BootStrap Alert is only one time use. The moment the alert was closed, it will never appear again.
Home » Posts filed under HTML 5
Preventing BootStrap Alert From Being Remove on the DOM
in
BootStrap,
CSS,
HTML 5,
jQuery
- on Saturday, July 05, 2014
- 6 comments
Creating Live Scoring using SignalR, BootStrap CSS, HMTL5 and jQuery
ASP.NET SignalR is a library for ASP.NET developers that enables real-time communication on the web or desktop. It uses WebSockets of HTML5 API to enable bi-directional communication between the browser and server.
Responsive CSS Flip Animations
in
BootStrap,
CSS,
HTML 5
- on Friday, May 30, 2014
- 2 comments
One way to add user experience to your website is by adding animation with graceful transition. This article discusses simple responsive flip animation using CSS (no JavaScript) to display the best movies in 2013.