I am working on a site, and everything works in my local environment, as well as on the test server that I have, and everything works fine. but when I upload it to my host nothing works !?
Asp.Net javascript authentication utilities run but all and all jquery not working? I even set simple
$("#test").html("working");
and
<div id="test></div>
And nothing happens? I checked triple that all js are loaded (in my / js / directory
The site is here: http://whoowes.me (it still started ...) and Login / Register / Contact buttons should pull out a modal pop-up window (do not change pages, this should happen only if JS is disabled ), and the word "test" should be displayed in the menu.
Can JS be disconnected from the server? Wouldn't it make sense, although apparently asp.net validators have been tested?
I am completely confused here, any ideas would be great!
source
share