Web
jameszhouhvs
.NET: WinForm > ASP.NET > MVC > Silverlight > WP > Xamarin
展开
-
LINK - Web/App UI Design resources
Bootstrap Custom Navigation Bar Generator - http://twitterbootstrap3navbars.w3masters.nl/Bootstrap Custom Button Generator - http://twitterbootstrap3buttons.w3masters.nl/Color Schemas - https://www.m原创 2015-12-05 15:27:47 · 1831 阅读 · 0 评论 -
Html - TextArea - auto sizing to avoid scrollbar
A list of html TextArea element with class name "noteItem", below code will auto resize the TextArea to avoid scrollbarJQuery:$('.noteItem').each(function () { var scrollHeight = $(this).pr原创 2015-12-04 14:15:15 · 1630 阅读 · 0 评论 -
Link - Bootstrap Tabs
http://stackoverflow.com/questions/9630595/twitter-bootstrap-tabs-not-working-for-me1. use data-tabs="tabs" on the ul as tab headers2. use data-toggle="tab" on the anchor of tab link3. use initial js原创 2015-12-05 17:37:18 · 2036 阅读 · 0 评论 -
Bootstrap 3 + MVC 5 - validation css tips
1. the default MVC 5 site.css is missing some style for validation style on form-control. problem resolved after adding the missing css to site.css/* styles for validation helpers */.field-validation-原创 2015-12-06 07:22:40 · 2533 阅读 · 0 评论