I am fairly new to programming and I’m creating a form that transitions, yet border:none is not making one of my forms disappear as it should. I feel the code is being overwritten by something. In Jsfiddle it works fine,yet on my browser (http://www.entrilab.com/)it doesn’t work.
Share
If you’re calling jQuery methods from
sliding_form.js, you should include jQuery before it. Also,sliding_form.jsis not actually loading. I assume it’s in thejsdirectory like jQuery so the path that points to it will need to be correct for it to be loaded…