Trending questions in Web Development

0 votes
1 answer

How to read an external local JSON file in JavaScript?

Hello @kartik, For reading the external Local JSON ...READ MORE

Sep 3, 2020 in Java-Script by Niroj
• 82,840 points
184,219 views
0 votes
1 answer

How to see indexes for a database or table in MySQL?

Hello @kartik, To see the index for a ...READ MORE

Aug 18, 2020 in PHP by Niroj
• 82,840 points
151,858 views
+1 vote
4 answers

How to access images inside public folder in laravel?

If you are inside a blade template {{ ...READ MORE

Dec 14, 2020 in Laravel by Rajiv
• 8,870 points
133,577 views
0 votes
1 answer

How to find event listeners on a DOM node when debugging or from the JavaScript code?

Hii @kartik, It is possible to list all ...READ MORE

Jun 8, 2020 in Java-Script by Niroj
• 82,840 points
129,136 views
+2 votes
2 answers

How to add a new column to existing table of laravel in a migration?

You need do little modification in your ...READ MORE

Dec 10, 2020 in Laravel by anonymous
• 82,840 points
125,396 views
0 votes
3 answers

Explain the difference between visibility:hidden; and display:none?

display:none means that the tag in question will ...READ MORE

Dec 14, 2020 in Web Development by Gitika
• 65,770 points
120,295 views
0 votes
0 answers

http://localhost/phpMyAdmin/ unable to connect

I tried to start phpMyAdmin from my ...READ MORE

May 27, 2022 in PHP by Kichu
• 19,040 points
73,710 views
0 votes
1 answer

How to add a custom HTTP header to ajax request with javascript?

Hello @kartik, There is different way based on ...READ MORE

Aug 25, 2020 in Java-Script by Niroj
• 82,840 points
107,882 views
0 votes
2 answers

How to delete or clear caching in Laravel?

You can call an Artisan command outside ...READ MORE

Dec 16, 2020 in Laravel by Rajiv
• 8,870 points
95,949 views
0 votes
1 answer

Error: Failed to load resource: the server responded with a status of 404 (Not Found)

Your files are not under the JSP folder that's ...READ MORE

Dec 16, 2020 in Web Development by Gitika
• 65,770 points
88,399 views
0 votes
3 answers

How to get full path of selected file on change of <input type=‘file’> using javascript, jquery-ajax?

You have to download the file with ...READ MORE

Nov 29, 2022 in Java-Script by Wilson S.S
75,899 views
0 votes
2 answers

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Hello, You need to install php zip extension. Something ...READ MORE

Mar 26, 2020 in Laravel by Niroj
• 82,840 points
91,133 views
0 votes
1 answer

JQuery checkbox on change and checked event

asfasdfadsfasdfdffasdfads READ MORE

Jun 30, 2022 in Java-Script by anonymous
• 120 points

edited Mar 5 61,955 views
0 votes
1 answer

How to get input value in PHP ?

Hello, Use PHP's $_POST or $_GET superglobals to retrieve the value of ...READ MORE

Nov 20, 2020 in PHP by Niroj
• 82,840 points
75,488 views
0 votes
3 answers

How to load external scripts dynamically in Angular?

Hello kartik, You can use following technique to ...READ MORE

Apr 22, 2020 in Angular by Niroj
• 82,840 points
72,719 views
+1 vote
2 answers

How to convert entire div data into image and save it into directory without using canvas?

Hello @kartik, You can try the sample code ...READ MORE

Apr 29, 2020 in Java-Script by Niroj
• 82,840 points
74,184 views
+1 vote
5 answers

How to get user's IP address in Laravel?

Hey, We can get the user's IP address ...READ MORE

Mar 20, 2020 in Laravel by Niroj
• 82,840 points
74,861 views
0 votes
1 answer

Which ECMAScript 6 features are natively available in Node.js without the --harmony flag?

Here’s a breakdown of the key ES6 ...READ MORE

Feb 10 in PHP by Navya
2,768 views
0 votes
1 answer

How to build a directive that listens for specific keyboard shortcuts?

You can use the @HostListener decorator to ...READ MORE

2 days ago in Angular by anonymous
38 views
0 votes
1 answer

How to create an attribute directive that changes element behavior on hover events?

You can follow this example. This directive ...READ MORE

2 days ago in Java-Script by anonymous
38 views
0 votes
1 answer

How to create a pipe that converts timestamps to relative time strings (e.g., '2 hours ago')?

You can use the date-fns library for ...READ MORE

2 days ago in Angular by anonymous
36 views
0 votes
1 answer

How to implement a directive that manages focus on dynamically added elements?

To implement a directive that manages focus ...READ MORE

2 days ago in Angular by anonymous
28 views
0 votes
1 answer

How to implement a pipe that capitalizes the first letter of each word in a string?

To create a pipe in Angular that ...READ MORE

2 days ago in Angular by anonymous
26 views
0 votes
1 answer

How to develop a pipe that formats phone numbers based on locale?

You can use the libphonenumber-js library for ...READ MORE

2 days ago in Angular by anonymous
23 views
0 votes
1 answer

How to build a directive that conditionally adds elements to the DOM based on API responses?

Structural Directive with API Condition 1. Create the ...READ MORE

2 days ago in HTML by anonymous
21 views
0 votes
1 answer

How to create a custom directive that integrates with external charting libraries?

Compact Directive for External Chart Integration import { ...READ MORE

2 days ago in Angular by anonymous
20 views
0 votes
1 answer

How to implement a directive that adds tooltips to form controls dynamically?

Custom Tooltip Directive 1. Create the Directive import { ...READ MORE

2 days ago in Angular by anonymous
17 views
0 votes
1 answer

How to develop a directive that modifies element styles based on form validation status?

Here's a concise directive that automatically applies ...READ MORE

2 days ago in Angular by anonymous
16 views
0 votes
1 answer

How to create a structural directive that renders elements based on user permissions?

Here's how to create a structural directive ...READ MORE

2 days ago in Node-js by anonymous
40 views
0 votes
1 answer

How to dynamically inject components into the DOM using @Component?

You need to use ComponentFactoryResolver and ViewContainerRef. ...READ MORE

2 days ago in Node-js by anonymous
35 views
0 votes
1 answer

How to implement a directive that toggles element visibility with animations?

Custom Directive with Angular Animations 1. Define the ...READ MORE

2 days ago in Node-js by anonymous
33 views
0 votes
1 answer

How to use host bindings to bind properties to the host element in a component?

In Angular (2+), the @HostBinding() decorator allows ...READ MORE

2 days ago in Node-js by anonymous
33 views
0 votes
1 answer

How to manage component lifecycle hooks for resource cleanup?

You manage component lifecycle hooks—especially ngOnDestroy()—to perform ...READ MORE

2 days ago in Node-js by anonymous
31 views
0 votes
1 answer

How to prevent default scrolling behavior during touch events in jQuery Mobile?

To prevent the default scrolling behavior during ...READ MORE

2 days ago in Node-js by anonymous
30 views
0 votes
1 answer

How to develop a directive that restricts user input based on custom conditions?

To create an Angular directive that restricts ...READ MORE

2 days ago in Node-js by anonymous
28 views
0 votes
1 answer

How to create a directive that validates input fields based on regex patterns?

You can define a custom directive that ...READ MORE

2 days ago in Node-js by anonymous
27 views
0 votes
1 answer

How to implement a directive that auto-saves form data periodically?

To create a directive that automatically saves ...READ MORE

2 days ago in Node-js by anonymous
26 views
0 votes
1 answer

How to handle the swiperight event to trigger custom actions in jQuery Mobile?

To handle the swiperight event and trigger ...READ MORE

2 days ago in Node-js by anonymous
26 views
0 votes
1 answer

How to handle form submissions asynchronously in jQuery Mobile applications?

To effectively manage asynchronous form submissions in ...READ MORE

4 days ago in Java-Script by anonymous
52 views
0 votes
1 answer

How to implement grid layouts with nested columns in jQuery Mobile?

The most effective way to implement nested ...READ MORE

4 days ago in Node-js by anonymous
46 views
0 votes
1 answer

How to implement swipe gestures for navigation in jQuery Mobile?

To enable swipe gestures for page navigation ...READ MORE

4 days ago in Node-js by anonymous
43 views
0 votes
1 answer

How to create responsive tables using jQuery Mobile?

The most reliable and maintainable method for ...READ MORE

4 days ago in Node-js by anonymous
42 views
0 votes
1 answer

How to customize the default theme in jQuery Mobile CSS Framework?

Manual CSS Overrides Create a custom CSS file ...READ MORE

4 days ago in Java-Script by anonymous
42 views
0 votes
1 answer

How to highlight specific dates with custom styles in jQuery UI Datepicker?

Here's how to highlight specific dates with ...READ MORE

4 days ago in Node-js by anonymous
40 views
0 votes
1 answer

How to disable weekends in jQuery UI Datepicker selection?

To disable weekends (Saturdays and Sundays) in ...READ MORE

4 days ago in Node-js by anonymous
40 views
0 votes
1 answer

How to style individual menu items differently in jQuery UI Menu?

To style individual menu items differently in ...READ MORE

4 days ago in Node-js by anonymous
38 views
0 votes
1 answer

How to position jQuery UI Tooltip relative to a specific element on the page?

To position a jQuery UI Tooltip relative ...READ MORE

4 days ago in Node-js by anonymous
38 views
0 votes
1 answer

How do you use JQuery UI menu with ENTER key?

To properly implement ENTER key functionality in ...READ MORE

4 days ago in Node-js by anonymous
31 views
0 votes
0 answers

How to handle multiple accordions on a single page with jQuery UI?

Can i know How to handle multiple ...READ MORE

5 days ago in Java-Script by Ashutosh
• 25,810 points
43 views
0 votes
0 answers

How to create interactive tooltips with links using jQuery UI Tooltip?

Can you tell me how to create ...READ MORE

5 days ago in Node-js by Ashutosh
• 25,810 points
42 views