Forums

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

Home Forums Other a question about webpage building and javascript Re: a question about webpage building and javascript

#83611
chrisburton
Participant

I think what @furrball1383 means is instead of writing all the prefixes for the code, you would write the code without them > javascript would check to see what browser you’re using > then apply the prefix. Correct?

Personally, I never heard of something like this but writing the prefixes isn’t such a hard thing to do. Write code > Copy > Paste > Add Prefix > etc.

Edit: Also, if you’re not quite up to par with knowing what works in certain browsers and creating fallbacks then, mockup the site with what you do know and come back to it afterwards when you test x-browser. However, keep learning as much as possible as you know it saves quite some time.