Aman Gupta has Published 87 Articles

How to find textareas and makes a border using jQuery?

Aman Gupta

Aman Gupta

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

53 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

117 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

68 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

104 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

2K+ 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

283 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

66 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

How to create a Bars icon using jQuery Mobile

Aman Gupta

Aman Gupta

Updated on 28-Aug-2023 10:57:45

56 Views

Overview Bars icons are used as the navbar lines in the small screens. As the desktop mode of the screen shows the navbar in full view with navigation items but in the responsive nature of the navbar it only shows the bars line on the screen. So to build the ... Read More

What does * { mean in HTML?

Aman Gupta

Aman Gupta

Updated on 16-Aug-2023 14:03:44

161 Views

Overview A *{ in HTML (Hyper Text Markup Language) is a universal symbol which depicts a whole HTML document. In another word we can say that this symbol is used to target a HTML body element or a HTML DOM which is Document Object Model. This symbol is mostly used ... Read More

What are hyperlinks in HTML?

Aman Gupta

Aman Gupta

Updated on 16-Aug-2023 13:59:03

121 Views

Overview In simple definition hyperlinks are the link which helps the client to get redirected to that information that a user wants. Hyperlinks can redirect the user to the other pages or on the same page to the specific content. In the HTML an anchor tag element provides a developer ... Read More

Advertisements