보통은 C#이나 jsp에서 host 정보를 받아와서 처리를 많이했으나 요즘은
jquery로 보통 프로그램을 다 빼서 처리하는 경우가 더 많은 것 같습니다.
jquery 로 단순히 예를 들어 www.daum.net과 같은 것을 받아서 처리할려면
window.location.host를 쓰시면 됩니다.
전 들어오는 host에 따라서 사이트를 여러개 운영할려고 위에 것을 적용했습니다.
아래의 것을 응용한다면 jquery로 할 수 있는 것들이 정말 무궁무진 하겠죠 ^^
source | The whole url being parsed |
protocol | eg. http, https, file, etc |
host | eg. www.mydomain.com, localhost etc |
port | eg. 80 |
relative | The relative path to the file including the querystring (eg. /folder/dir/index.html?item=value) |
path | The path to the file (eg. /folder/dir/index.html) |
directory | The directory part of the path (eg. /folder/dir/) |
file | The basename of the file eg. index.html |
query | The entire query string if it exists, eg. item=value&item2=value2 |
fragment or anchor | The entire string after the # symbol |
jquery each method (2) | 2014.06.07 |
---|---|
jquery datepicker에서 특정날짜만 허용되도록 할때 (0) | 2014.05.29 |
px을 em 단위로 환산해 주는 사이트 (0) | 2012.07.11 |
리스트 항목에 아이콘 표시하는 방법 (0) | 2012.04.17 |
Mobile 사이트 상단에 들어가는 태그 (0) | 2012.04.16 |