Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript working in jsfiddle but not in the browser. Reply To: working in jsfiddle but not in the browser.

#187188
mlotfi
Participant

Here is my local js code :

http://pastebin.com/fYmPFZHd

checkEmpty(str) always return false (env always === “”).

I just noticed that when I change jsfiddle running code on DOM ready, it does not work, but it works when it is onLoad.