- Language: en
4 results for const in version 3.2
-
Translation
- … const objectCount = 1 // or 0, or 2, or 3, ... const string = ngettext ( 'literal for the singular …
-
Cross Site Request Forgery protection
- … const cookies = document . cookie . split ( ';' ); for ( let i = 0 ; i < cookies . length …
-
JavaScript
- … const $ = django . jQuery ; $ ( '#qunit-fixture' ). append ( '<button class="button"></button …
-
Built-in template tags and filters
- … const value = JSON . parse ( document . getElementById ( 'hello-data' ). textContent ); XSS attacks are mitigated …