- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Found 695 Articles for JQuery

Updated on 17-Apr-2023 15:23:29
jQuery EasyUI is a powerful and user-friendly JavaScript library that can be used to create various UI components, including combo grids. Combo grids are a combination of drop-down lists and data grids, which allow users to select data from a list with a grid-like interface. In this article, we will go over the steps to design combo grids using jQuery EasyUI. Example Combo Grids with jQuery EasyUI #combo-grid ... Read More 
Updated on 17-Apr-2023 15:21:50
A color picker is a graphical user interface component used to select colors. It is a valuable tool in web development and graphic design as it allows users to choose and customize colors for various design elements such as backgrounds, text, and borders. In this article, we will explore how to design a color picker using jQuery UI. Design A Color Picker Using jQuery UI jQuery allows us to create a color picker with the help of the libraries associated with it. To create a color picker we can follow the following steps − First import the jquery script ... Read More 
Updated on 17-Apr-2023 15:17:27
jQuery EasyUI is a popular open-source JavaScript library that provides a simple way to create user interfaces for web applications. One of the key features of EasyUI is the ability to create a variety of input elements, including check boxes. In this article, we will explore how to design a checkbox selection for a webpage using jQuery EasyUI. Example Checkbox Example body { font-family: Arial, sans-serif; ... Read More 
Updated on 17-Apr-2023 15:16:10
In today's world, mobile devices are increasingly used to access the internet. Hence, it is essential to design web pages that are mobile-friendly. One of the key components of mobile-friendly web pages is buttons. Buttons are an essential component of any mobile application or web page, and it is vital to design them appropriately. jQuery EasyUI Mobile is a powerful framework that can be used to design buttons for mobiles. In this article, we will discuss how to design buttons for mobiles using jQuery EasyUI Mobile. Design The Button Component To get started with jQuery EasyUI Mobile, we need to ... Read More 
Updated on 17-Apr-2023 15:12:20
Badges are a common design element used in mobile applications to convey information to users. A badge is a small visual indicator that displays information, such as the number of notifications or messages a user has. jQuery EasyUI Mobile is a framework that makes it easy to create badges in your mobile app design. In this article, we'll walk you through how to design badges for mobiles using jQuery EasyUI Mobile. Getting Started With jQuery EasyUI Mobile jQuery EasyUI Mobile is a lightweight framework for creating mobile apps that use jQuery and HTML5. It provides a set of user interface ... Read More 
Updated on 17-Apr-2023 15:09:34
Calendars are an essential feature in any web application or website that deals with dates and events. A well-designed calendar can help users easily visualize and manage their schedules, while a poorly designed calendar can be frustrating to use and lead to confusion. jQuery EasyUI is a popular JavaScript library that provides a wide range of UI components, including a calendar component that can be easily integrated into web pages. In this article, we will discuss how to design a calendar for a web page using jQuery EasyUI. Methods Step 1: Install jQuery EasyUI The first step is to install ... Read More 
Updated on 17-Apr-2023 14:43:23
How To Use jQuery To Calculate The Sum Calculating the sum of radio button values using jQuery involves selecting the radio buttons and attaching a click event listener. When a radio button is clicked, the value of each selected radio button is retrieved and added together. The resulting sum is then displayed in a designated element using jQuery's text() method. This process allows for the easy calculation and display of the sum of radio button values on a web page. Example $(function() { ... Read More
Updated on 13-Apr-2023 16:07:23
The development of intuitive and user-friendly interfaces is an integral facet of contemporary web design. As web technologies persist in evolving, programmers must keep pace with the latest patterns and resources to offer users the optimal experience. One popular solution for creating interactive mobile-friendly interfaces is jQuery Mobile, a user interface framework built on top of the jQuery library. In this article, we will explore the process of creating a Mini Fieldcontain flip toggle switch using jQuery Mobile. By the end of this tutorial, you will have a solid understanding of how to use jQuery Mobile to create this unique ... Read More
Updated on 13-Apr-2023 16:02:55
In the world of mobile web development, creating lists and links that are both functional and visually appealing is crucial for user engagement. jQuery EasyUI Mobile, a robust JavaScript framework, offers developers the tools to achieve this objective with ease. While some may find the process of creating lists and links with jQuery EasyUI Mobile daunting, mastering this skill is crucial for crafting high-quality mobile web applications. In this article, we will explore the step-by-step approach to creating lists and links using jQuery EasyUI Mobile, delving into the underlying syntax and parameters that allow developers to create captivating and dynamic ... Read More
Updated on 13-Apr-2023 15:47:26
It is imperative to craft a website that is receptive to user interactions and highly convenient to use. A pivotal element in accomplishing this is by presenting data in a lucid and structured form. Linked unordered lists are one means of accomplishing this goal, as they can be a powerful technique to showcase a substantial volume of information on a web page while still ensuring smooth navigation. In this article, we shall scrutinize the creation of interrelated unsorted listviews with the aid of jQuery Mobile - a highly potent and versatile framework that is utilized for the development of mobile-responsive ... Read More Advertisements