Total Blog Posts: 11

In this article you are going to learn to work with Deferred objects in jQuery.)

#jquery #ajax #javascript #pauldsheriff #development #programming

In this article you are going to learn about the global Ajax events you can hook into)

#jquery #ajax #javascript #pauldsheriff #development #programming

In this article you are going to learn to validate data using the jQuery plugin.)

#jquery #ajax #javascript #validation #pauldsheriff #development #programming

In this blog post you learn how to work with form data using jQuery. Find out how to work with the OnFocus and OnBlur events. Learn about the submit(), serializeArray(), serialize(), and param() methods. You will also learn to work with FormData.)

#jquery #ajax #javascript #pauldsheriff #development #programming

jQuery has some shorthand functions for getting and posting data. In this blog post you learn to use the .get(), .getJSON(), and .post() functions. In addition, the .load() function is also demonstrated for dynamically loading HTML into the DOM.)

#jquery #ajax #javascript #pauldsheriff #development #programming

In this blog post you learn to make an Ajax call to a .NET Core Web API server using jQuery's $.ajax() method and promises. jQuery's $.ajax() can work with either callbacks, or can work with promises. In this blog post you learn to use promises as this is the preferred approach today.)

#jquery #ajax #javascript #dotnet #pauldsheriff #development #programming

In this blog post you learn to make an Ajax call to a .NET Core Web API server using jQuery's $.ajax() method and callbacks. jQuery's $.ajax() can work with either callbacks, or can work with promises. In this blog post you learn to use callbacks as you may still this approach used in code that you might work on. In the next blog post you learn to use the promise approach.)

#jquery #ajax #javascript #webapi #dotnet #pauldsheriff #development #programming

In this blog you use JavaScript and the XMLHttpRequest object to communicate from a client web page to a .NET Core Web API server. You are going to build a set of functions necessary to read and modify product data contained in a SQL Server table. Each of these functions use JavaScript, XMLHttpRequest and callback functions to accomplish these goals.)

#jquery #xmlhttprequest #javascript #webapi #dotnet #pauldsheriff #development #programming

In this blog post you learn to create a node server to serve up web pages. On these web pages you can use JavaScript or jQuery to make Ajax calls to a web server that hosts Web API calls.)

#jquery #ajax #javascript #node #webapi #pauldsheriff #development #programming

In the last blog post you learned how to structure your jQuery applications like Angular applications. You created a single page on which to host all your other pages. In this post you are going to put those techniques to work by building a complete list, add, edit and delete page.)

#javascript #jquery #spa #asynchronous #pauldsheriff #development #programming

In this post you will learn the basics of downloading partial HTML pages and insert them into another HTML page at a specified location. This is like the SPA functionality that Angular and React supply. You are going to create small files for style sheets and JavaScript for each page. All of this is a good start on building a SPA using just jQuery, and a model for structuring your different application artifacts.)

#javascript #jquery #spa #asynchronous #pauldsheriff #development #programming