This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Bind { | |
/* | |
new Bind(_element[, _outputElement[, _makeEqual]]): (JS object) | |
Parameters | |
_element: master DOM element (HTML object) | |
_outputElement: optional slave DOM element (HTML object) | |
_makeEqual: optional (bolean) let all elements change each other; no master slave relation | |
Variables | |
Value | |
Element |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<title>EXercice traitement Ajax 1</title> | |
<!-- Bootstrap CSS --> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[autorun] | |
ICON=chemin_de_licone.ico | |
LABEL=Nom du péréphérique (nombre de charactères plus grand, mais limité -si tron long, sera coupé) | |
ACTION=Label de l'action par défaut exécitée par open ou par shellexecute | |
OPEN="filePath" | |
shellexecute="programPath" menu.html | |
shell\menuOptionel\command=edge menuOptionel.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# enable CORS policy | |
# https://gist.github.com/maxparm/3105526 | |
<IfModule mod_rewrite.c> | |
Header add Access-Control-Allow-Origin "*" | |
Header add Access-Control-Allow-Methods: "GET,POST,OPTIONS,DELETE,PUT" | |
Header add Access-Control-Allow-Headers: "Content-Type" | |
RewriteEngine on | |
RewriteBase / | |
</IfModule> |
NewerOlder