Aman Gupta has Published 86 Articles

How to filter an object depending on the field's value in JavaScript?

Aman Gupta

Aman Gupta

Updated on 13-Oct-2023 15:18:57

470 Views

Overview An object in JavaScript is defined as a set of key−value pairs. It is used to define the properties of a single object. So to filter the object depending on the field's value can be achieved using JavaScript. By using the if−else condition we can filter the object depending ... Read More

How to filter nested objects in JavaScript?

Aman Gupta

Aman Gupta

Updated on 13-Oct-2023 14:46:39

3K+ Views

Overview A nested object in JavaScript is a simple object enclosed within the curly brackets, and to make a nested object an object is to inherit its own object. So to filter the object in JavaScript, JavaScript has provided its own method named "filter()", this filter() method takes the argument ... Read More

How to filter a nested JSON object to return certain value using JavaScript?

Aman Gupta

Aman Gupta

Updated on 13-Oct-2023 14:39:21

783 Views

Overview An object in JavaScript is a set of the data that is contained inside the curly braces in the key value pair form. An object in JavaScript is created by using the curly braces and defining the set of data inside it. A nested JSON object is also a ... Read More

How to find textareas and makes a border using jQuery?

Aman Gupta

Aman Gupta

Updated on 13-Oct-2023 14:32:13

197 Views

Overview For finding any element Jquery provides the best Syntax for the selector, it gives us a one line code for selecting any element from the HTML document. So to find all the textareas in the HTML we will be using the Jquery selector which will select the textareas and ... Read More

How to Filter an Array based on the user input in AngularJS ?

Aman Gupta

Aman Gupta

Updated on 13-Oct-2023 11:00:32

319 Views

Overview An array can be a collection of anything but should be of the same data type. We can store any digit and text of the array, so to filter the data from an array using the AngularJs can be achieved by some key value attributes pair. The filter rule ... Read More

How to create a Fieldcontain flip toggle switch using jQuery Mobile

Aman Gupta

Aman Gupta

Updated on 07-Sep-2023 15:14:54

177 Views

Overview A flip toggle switch is a “on / off” like switch which changes the state of the HTML element from one form to another. By using the jQuery mobile we can create a responsive attractive flip toggle switch. So to create a flip toggle jQuery provides an attribute value ... Read More

How to create an Edit icon using jQuery Mobile

Aman Gupta

Aman Gupta

Updated on 28-Aug-2023 11:39:34

259 Views

Overview The jQuery mobile provides many icons packs which we can access using as a value in the data−icon attribute. As all these icons are used as the buttons so by using the basic HTML button we can use the data−icon attribute. The jQuery mobile provides responsive user interface content ... Read More

How to create a dynamic HTML pages

Aman Gupta

Aman Gupta

Updated on 28-Aug-2023 11:04:14

6K+ Views

Overview Nowadays most of the pages are dynamic in nature, the dynamic page means that it changes the content with respect to the user. Dynamic pages cannot be built by simply HTML and CSS because it will provide the page static nature only, so to make the web page dynamic ... Read More

How to create a Drawing Effect Animation using CSS

Aman Gupta

Aman Gupta

Updated on 28-Aug-2023 11:02:13

748 Views

Overview Cascading Styles Sheet (CSS) animation provides the HTML element a movement on the page. To achieve the drawing effect animation we need to have prior knowledge on the HTML svg element, path element and for CSS we should have knowledge on the animation and keyframe properties. As the svg ... Read More

How to create Disable Fieldcontain flip toggle switch using jQuery Mobile

Aman Gupta

Aman Gupta

Updated on 28-Aug-2023 11:00:06

170 Views

Overview A flip toggle switch is a button which is used to change any element's state, from one state to another. The jQuery mobile is a library which maintains the user interface for the web pages. The jQuery mobile provides some of the data−role attributes value with some of its ... Read More

Advertisements