Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
This comment has been deleted
I really liked the tutorial. Even though its for a beginner, i think everyone is better served if you show how scripts.js starts to build up…as below and with appropriate changes in the html, and with the CRITICAL addition of some comments, as commenting our code has become as important as writing it well.
$(document).ready(function() {
//first routine (index.html)
$("#trigger").click(function() {
$("#demo").html("Hello, World!");
});
//second routine (index.html)
$(".trigger").click(function() {
$(".overlay").toggle();
});
}); //end of method
I program in around 15 languages and I’m pretty good at about 5 of them. Its very difficult these days to keep all the different lang elements in order, to say the least, when embedding language 1 into 2, then 2 and 1 into 3, while calling object A in language 4 and converting its return values from language 5 into language 1 and then re-converting those return values into text and SVG, etc etc etc.
[problem] From when I was developing with punched cards in the 70’s, things are so much better, but we are now in something of a “Tower of Babel” where every decent web page is a program and every decent web site is a quasi operating system of sorts…where httpd is the kernel and the sub-kernel is the browser.
[problem-resolution-thesis] Not sure yet. I’d like to think we could have a “Master Server Network” that has 1 API that would let us accomplish what we need from 15 languages with simply one language.
[example webpage in 100 different languages]
use “serverX”; store(AWS,MYDOM); serve(MYDOM,AWS); use(“standardcomputelanguageset”); use(“standardwebtemplate”, #XXX,“all-lang”); print(“content”, src=ID#XXX…); x = displayForm(“login”,dest=MYSQL); setHandler(“login”, x); close();
the keywords of the master language should probably be no more than {store, serve, display, process, open, close, targets, source, destination, expire,inform, get, set, make, update, delete}
I’m kind of working on a thing like this from time to time. I’ll check back in 10 years after its working better :-) Even the above is really too complicated…
[benefits] we spend boatloads more time being productive and far less time learning and keeping up with the tools.
regards, James
Honestly I made an account just so I can give this tutorial some love, this was exactly what I was looking for in understanding how HTML and and jQuery interacted with each other. Thank you!
This tutorial was very helpful. I learned jQuery in an online class but have since forgotten everything I learned. This helped refresh my memory and was easy to follow.
Thank You a lot. This tutorial saves me a lot of time! Thanks from jwgroup
What an amazing article. Become a fan in just one article. You believe it or not, I made an account to share my feelings here. It’s difficult to describe how desperate I was to learn about the core concept of JQuery. The best thing is the way you compare the syntax of JQuery and JS.
This comment has been deleted