Closed chetan closed 12 years ago
Given the example -
$.url('domain'); // www.domain.com $.url('host'); // domain.com
'domain.com' is the domain, and 'www.domain.com' is the host.
Fixed, also renamed host to hostname
Given the example -
$.url('domain'); // www.domain.com $.url('host'); // domain.com
'domain.com' is the domain, and 'www.domain.com' is the host.