MVC notification -> similar to mine
Eric Garrison's Personal Blog » Blog Archive » Simple MVC 3 Notifications (with Razor and jQuery): "
$(document).ready(function () {
$("#NotificationBox").fadeIn(5000);
if ($("#NotificationBox").attr('class').split(' ').slice(-1) == "nb-success") {
$("#NotificationBox").delay(3000).fadeOut(1000);
}
});
"
'via Blog this'
Popular Posts
-
Kendo UI applying SUM in footer template kendo ui - KendoUI: Grid Summary values in Footer - Stack Overflow : ", footerTemplate:...
-
http://www.codeproject.com/Articles/1108855/ways-to-Bind-Multiple-Models-on-a-View-in-MVC
-
MVC grid example ASP.NET MVC Flexigrid sample - CodeProject : 'via Blog this'
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment