You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
If you write JS in a PHP file, the colors for syntax highlight are different.
You get the "=", braces, curly braces and variable names as pink color in anonymous functions.
As an example, write this code with a JS file and a PHP file: <script> var handler = 3; $(document).ready(function(){ var something = 5; }); </script>
Result:
The text was updated successfully, but these errors were encountered:
If you write JS in a PHP file, the colors for syntax highlight are different.
You get the "=", braces, curly braces and variable names as pink color in anonymous functions.
As an example, write this code with a JS file and a PHP file:
<script> var handler = 3; $(document).ready(function(){ var something = 5; }); </script>
Result:
The text was updated successfully, but these errors were encountered: