2,981 results for javascript

www.bing.com/ck/a?!&&p=29f7c8de6bd42f3066004fe6628b52a2160ad778bce61464bef572f52ac4d634JmltdHM9MTc3MjQ5NjAwMA&ptn=3&ver=2&hsh=4&fclid=3f3bc548-4252-61b6-2add-d25a434160dd&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvOTI2OTI2NS9hamF4LWpxdWVyeS1zaW1wbGUtZ2V0LXJlcXVlc3Q&ntb=1

javascript - ajax jquery simple get request - Stack Overflow

ajax jquery simple get request Asked 14 years ago Modified 6 years, 6 months ago Viewed 265k times

github.com/FaisalKhan171101/Airlines.github.io

FaisalKhan171101/Airlines.github.io

This is a website made using Html, css & JavaScript for my IT mini project at Presidency University (⭐ 3)

github.com/codewithsadee/annie

codewithsadee/annie

Annie is a fully responsive personal portfolio, Responsive for all devices, build using HTML, CSS, and JavaScript. (⭐ 167)

github.com/cornerstonejs/cornerstone3D

cornerstonejs/cornerstone3D

Cornerstone is a set of JavaScript libraries that can be used to build web-based medical imaging applications. It provides a framework to build radiology applications such as the OHIF Viewer. (⭐ 1023)

github.com/NathanEpstein/stochastic

NathanEpstein/stochastic

Simulation of common stochastic processes with native JavaScript (⭐ 235)

github.com/EddieLa/JOB

EddieLa/JOB

A Barcode scanner capapable of reading Code128, Code93, Code39, Standard/Industrial 2 of 5, Interleaved 2 of 5, Codabar and EAN-13 barcodes in javascript. (⭐ 603)

github.com/stevenmiller888/mind

stevenmiller888/mind

A neural network library built in JavaScript (⭐ 1509)

github.com/dharmaprotocol/dharma.js

dharmaprotocol/dharma.js

DEPRECATED: Javascript Developer library for interacting with Dharma Protocol (⭐ 58)

github.com/scurker/currency.js

scurker/currency.js

A javascript library for handling currencies (⭐ 3361)

github.com/swagger-api/swagger-ui

swagger-api/swagger-ui

Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API. (⭐ 28673)

www.bing.com/ck/a?!&&p=30b955665148d5b9a6d3b80151c89f1a1cb695c9ea06150d6397b7adc4155f30JmltdHM9MTc3MjQ5NjAwMA&ptn=3&ver=2&hsh=4&fclid=32e52a88-ee05-66b4-3ddb-3d9aef1a67d9&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvMzk2MjI3Nzgvd2hhdC1pcy1uZXctaW4tdHlwZXNjcmlwdA&ntb=1

javascript - what is new () in Typescript? - Stack Overflow

83 new() describes a constructor signature in typescript. What that means is that it describes the shape of the constructor. For instance take {new(): T; }. You are right it is a type. It is the type of a class …