WEB Worker DEMO
Requirement: a web server, here we use python to run a simple web server python.exe -m SimpleHTTPServer 8080 #For python3, use this command: python3 -m http.server 8080 The HTML, master code <!DOCTYPE HTML> <html> <head> <...
Search for a command to run...
Articles tagged with #javascript
Requirement: a web server, here we use python to run a simple web server python.exe -m SimpleHTTPServer 8080 #For python3, use this command: python3 -m http.server 8080 The HTML, master code <!DOCTYPE HTML> <html> <head> <...
$(function () function countdown(dateString, callback) var timestamp = Date.parse(dateString), timer; function timeDiff() var t = timestamp - (new Date).getTime(), d = time: t, day: '00', hour: '00', min: '00', sec: '00', s = ''; if (t > 0) ...
var cbs = document.querySelectorAll('input[type="checkbox"]'); for(var i=0; i < cbs.length; i++){ cbs[i].checked = true; }
function CreateDialog_CommandButton1_Click() { let nodesAdd=CreateDialog.SpinButton1.Value-4; let linesAdd=nodesAdd==0?0:nodesAdd/2; let myDocument = Application.ActivePresentation.Slides.Item(1) let theShape=myDocument.Shapes.Ad...