Explore >> Select a destination


You are here

darkcoding.net
| | blog.mgechev.com
7.8 parsecs away

Travel
| | Before years I was writing all the code by my own, without additional libraries (including jQuery). For beginner developer it's a good strategy. When you use $.ajax it's all that easy: $.ajax({ url: "any/url/for/the/request", type: "get", success: function(data){ alert(data); } }); But you can't get the main idea. Many developers don't have an idea how to write this without a library. In their opinion AJAX without library a hard, near impossible task.
| | greenash.net.au
5.7 parsecs away

Travel
| |
| | 3.70.187.24
5.4 parsecs away

Travel
| | [AI summary] A tutorial on building an asynchronous user registration form using jQuery, PHP, and a MySQL database.
| | expressjs.com
45.7 parsecs away

Travel
| Learn how to install Express.js in your Node.js environment, including setting up your project directory and managing dependencies with npm.