This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| web:js [2016/04/09 16:38] – [iFrames] Bernard Condrau | web:js [2026/01/22 12:45] (current) – [Mouse / Touch detection] Bernard Condrau | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Javascript ====== | ====== Javascript ====== | ||
| + | |||
| + | ==== Minifiers ==== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| ==== Modify an elements value in an iFrame ==== | ==== Modify an elements value in an iFrame ==== | ||
| Line 27: | Line 34: | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| + | |||
| + | ==== Crypto ==== | ||
| + | * [[https:// | ||
| + | |||
| + | ==== Mouse / Touch detection ==== | ||
| + | * google "how to detect in browser whether device has mouse capability" | ||
| + | * [[https:// | ||