Category: Web
-
get Url base Url + ContextPath
${pageContext.request.scheme} : http ${pageContext.request.serverName} : localhost ${pageContext.request.serverPort} : 8080 ${pageContext.request.contextPath : contextPath
-
jQuery Selector find equal something
Using jQuery each find something Using jQuery selector attribute find something
-
Using javascript userAgent conditional css & javascript
IE 10 버전 이상에서 부터는 IE에서 종전에 지원해주던 conditional comment를 지원하지 않는다. 그렇기 때문에 이에 대한 해결을 script를 통해서 해결을 해야한다. javascript에서 userAgent를 통해서 이 부분을 해결을 할 수 있다. UserAgent 자바스크립트에서 사용자의 브라우저 정보 등을 확인 할 수 있는 속성이다. 자세한 정보는 w3schools에서 확인이 가능하다. Navigator userAgent Property
-
Checkbox Custom Image
How to change checkbox default image only chrome broswer