2019年7月4日 星期四

[iCheck]設定iradio disabled使用原有樣式

如iradio設定為disabled 又不想顯示灰階圖示
調整一下圖片顯示位置即可。
<style>
.iradio_flat-green.checked.disabled{
    background-position: -110px 0 !important;
}
</style>

Visual Studio JS intellisense 失效解決方式

  試了好久,發現到工具>選項>IntelliCode js項目設定啟用,重新開啟VS就正常了! 後來發現是TypeScript3.2版有問題停用,使用4.3版的TypeScript即可