This tutorial I will show you
- how file load order works
- how to think and structure lua mods
- how to modify vanilla behaviour
- how to use
requirewith passion - and more...
| $(".data").mask("AB/CD/0000", { | |
| translation:{ | |
| A: {pattern: /[0-3]/}, | |
| B: {pattern: /[0-9]/}, | |
| C: {pattern: /[0-1]/}, | |
| D: {pattern: /[0-9]/}, | |
| }, | |
| onKeyPress: function(a, b, c, d) { | |
| if (!a) return; | |
| var m = a.match(/(\d{2})/g); |
| <?php | |
| /* | |
| * ----------------------------------------------------------------------------- | |
| * Advanced Custom Fields Modifications | |
| * ----------------------------------------------------------------------------- | |
| */ | |
| function PREFIX_apply_acf_modifications() { | |
| ?> | |
| <style> |