I have a website prototype https://arcane-beyond-35849.herokuapp.com/ I have a strange bug. In internet explorer v11. please go to the site and press new button. You will see this picture...
Then you can reload the page and see this...
I use the jQuery steps wizard.
So I have no idea why the first time everything breaks. (If you need a code I can provide it just tell me.)
$(".myform").steps({
*some stuff and options
});
Okay I found another weird behavior when you go to the main page and try to click on the menu button in the right top corner nothing happens. When you reload a page and click menu button again side menu appears.
I simply on document.ready use something like this :
$('.somebutton').click(function(){});
I guess I should provide code and I will do it as soon as get to another laptop. But if take away all business logic The code is as simple as I described.
In google chrome everything works normal. Can someone help? Seems like my JavaScript code just doesn't execute.
Update: okay guys Console give me some errors. My IE11 not in English so no point to post exact errors here. There is something about the content that is loaded over http when I have https. But it's just a placeholder picture. So I don't know. And when I reload page my JavaScript code works. So this is strange.