Aneze.com
Web development guides and tutorials
Menu
  • Home
  • Articles
    • General
    • Lessons
    • Tutorials
    • How To
    • Mobile
    • Security
  • Topics
    • HTML
    • CSS
    • JavaScript
    • PHP
    • MySQL
    • GIT
    • WordPress
    • jQuery
  • Philosophy
  • About
  • Contact

Tag: jQuery

How to send AJAX request in the WordPress

  • How To
  • AJAX
  • JavaScript
  • jQuery
  • PHP
  • WordPress

In this article we will talk about the AJAX technology, which allows developers to build dynamic web sites or applications. It's very popular and often used when making JavaScript code for the WordPress content management system. You may read the following information and see what are the benefits of this technology, why it makes sense …

Continue reading

How to redirect to another web page in JavaScript

  • How To
  • JavaScript
  • jQuery
  • TypeScript

This article contains information on how to create a code that will redirect users to another web page in a browser. You will see that automatically changing location of a user is a simple task and requires just a few lines of code. The methods described here have both advantages and disadvantages. And we will …

Continue reading

How to select an element by name in jQuery

  • How To
  • HTML
  • JavaScript
  • jQuery

It's very easy to select element by name in jQuery, please take a look at the following HTML code snippet: There are input elements with the name attribute set to "first-name", "last-name", "email" values. This is a good example of a simple user registration form and is a very popular case in web development. Now, …

Continue reading

How to detect which radio button is selected

  • How To
  • HTML
  • JavaScript
  • jQuery

Hello, if you need to detect which radio element is selected, then this article may help. We will show how to get value of the selected radio button from the group of such elements in your HTML form. For the beginning, we will use jQuery framework since it's very popular and easy to use solution. …

Continue reading

Recent Posts

  • How to generate a random number in Java
    15 min read
  • How to compare two strings in Java
    15 min read
  • Sum of an array of numbers in JavaScript or TypeScript
    11 min read
  • How to change user in Linux terminal
    12 min read
  • How to convert a string to number in JavaScript or TypeScript
    11 min read
  • How to copy directory in Linux
    12 min read
  • How to get a Unix timestamp in JavaScript or TypeScript language
    11 min read
  • How to unzip a file in Linux terminal
    11 min read
  • Checking if a variable exists in JavaScript or TypeScript
    9 min read
  • How to find all files containing a specific text on Linux
    7 min read

Categories

  • General
  • How To
  • Lessons
  • Mobile
  • Security
  • Tutorials

Tags

  • AJAX
  • Bash
  • CSS
  • GIT
  • HTML
  • Java
  • JavaScript
  • jQuery
  • JSON
  • Linux
  • MariaDB
  • Media Queries
  • MySQL
  • PHP
  • Responsive Design
  • TypeScript
  • WordPress
  • Home
  • Philosophy
  • Terms and Conditions
  • Privacy Policy
  • About
  • Contact
Copyright © 2023. Aneze.com - Web development guides and tutorials. All rights reserved.