26
Views
2
Comments
Solved
What is a cross-browser JavaScript?

What is a cross-browser JavaScript? And why is it a best practice? 


JavaScript, CSS and HTML

  • Comment your JavaScript.
  • Use cross-browser JavaScript.
  • Avoid duplicate CSS styles.
  • Minify JavaScript and CSS whenever possible.


Source: https://success.outsystems.com/documentation/best_practices/development/outsystems_platform_best_practices/

Solution

Hi @Ana Russo,

Cross-Browser is the ability to run the JavaScript code across multiple web browsers. So your application shouldn't stop working when used in multiple web browsers.

Hope this helps!

Regards,

Deepika

Hello,

This is not a direct Outsystems question. You should Google it and it will return all the information you want in a nutshell.

Solution

Hi @Ana Russo,

Cross-Browser is the ability to run the JavaScript code across multiple web browsers. So your application shouldn't stop working when used in multiple web browsers.

Hope this helps!

Regards,

Deepika

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.