Trending questions in Web Development

0 votes
0 answers

Is there a way to change the color of the placeholder text?

I tried to change the placeholder color ...READ MORE

Jul 4, 2022 in HTML by Tejashwini
• 3,820 points
241 views
0 votes
0 answers

Using Flex CSS and Bootstrap for a responsive layout

I've been playing with fully responsive layouts ...READ MORE

Jun 30, 2022 in CSS by Edureka
• 13,620 points
413 views
0 votes
1 answer

How to trigger a click on a link using jQuery

Use the jQuery click() Method You can use ...READ MORE

Jun 10, 2022 in JQuery by rajatha
• 7,680 points
1,229 views
0 votes
0 answers

PHP with MySQL 8.0+ error: The server requested authentication method unknown to the client

I'm running MySQL version 8 on PHP ...READ MORE

Jun 18, 2022 in PHP by narikkadan
• 63,620 points
946 views
0 votes
1 answer

How to include bootstrap css and js in reactjs app?

To begin, we will use npm to ...READ MORE

Jul 4, 2022 in CSS by Edureka
• 320 points
273 views
0 votes
0 answers

What does # mean in HTML?

What does # mean in HTML and ...READ MORE

Jul 4, 2022 in HTML by Tejashwini
• 3,820 points
227 views
0 votes
1 answer

MySQL - UPDATE multiple rows with different values in one query

Hello @kartik You can use a CASE statement to handle ...READ MORE

Jun 1, 2020 in PHP by Niroj
• 82,880 points
33,143 views
0 votes
0 answers

PHP generate file for download then redirect

I have a PHP app that creates ...READ MORE

Jun 20, 2022 in PHP by narikkadan
• 63,620 points
808 views
0 votes
0 answers

Transparent box or an image with HTML or CSS

I have no idea about creating a ...READ MORE

Jul 4, 2022 in HTML by Tejashwini
• 3,820 points
209 views
0 votes
1 answer

Show Page Loading Spinner on Ajax Call in jQuery Mobile

 Use the ajaxStart() and ajaxStop() Method While working ...READ MORE

Jun 10, 2022 in JQuery by gaurav
• 23,260 points
1,231 views
0 votes
0 answers

What is XHTML and is it a subset of HTML

What does XHTML implies and is it ...READ MORE

Jul 4, 2022 in HTML by Tejashwini
• 3,820 points
209 views
0 votes
0 answers

Get current URL with jQuery?

I am using jQuery. How do I ...READ MORE

Jun 29, 2022 in Web Development by gaurav
• 23,260 points
425 views
0 votes
0 answers

What is the color code for transparent in HTML, is there any code as such?

I need to show a nav bar ...READ MORE

Jul 4, 2022 in HTML by Tejashwini
• 3,820 points
202 views
0 votes
0 answers

CSS media queries ( media screen )

The queries I have on my WordPress ...READ MORE

Jun 30, 2022 in CSS by Edureka
• 13,620 points
375 views
0 votes
0 answers

Why does HTML5 recommend putting the code element inside pre?

The HTML5 documentation recommends putting the code ...READ MORE

Jul 4, 2022 in HTML by Tejashwini
• 3,820 points
197 views
0 votes
0 answers

@Media min-width & max-width

I have this @media setup: HTML: <head> <meta name="viewport" content="width=device-width, ...READ MORE

Jun 30, 2022 in CSS by Edureka
• 13,620 points
364 views
0 votes
0 answers

window.onload vs $(document).ready()

What are the differences between JavaScript's window.onload ...READ MORE

Jul 1, 2022 in Web Development by rajatha
• 7,680 points
323 views
0 votes
1 answer

Why does jQuery or a DOM method such as getElementById not find the element?

At the moment the script is executed, ...READ MORE

Jun 1, 2022 in JQuery by Edureka
• 13,670 points
1,571 views
0 votes
1 answer

How can I set a css border on one side only?

Use four values to add a border ...READ MORE

Jun 28, 2022 in CSS by Edureka
• 12,690 points
423 views
0 votes
1 answer

jquery animate callback : complete/done or promise().done() starts before animation

Tell me if its what you need $(document).ready(function(){ ...READ MORE

Jun 1, 2022 in JQuery by Edureka
• 13,670 points
1,561 views
0 votes
0 answers

ajax jquery simple get request

I am making this simple get request ...READ MORE

Jun 30, 2022 in Web Development by gaurav
• 23,260 points
341 views
0 votes
1 answer

Node.js JSON.stringify() causing &quot; in output. Can't parse with Jquery

It's because when you call ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,680 points
908 views
0 votes
1 answer

Can't Upload Image with Google Photos API using NodeJS

The Google Photos API requires binary-formatted material, ...READ MORE

Jun 10, 2022 in Node-js by Neha
• 9,060 points
1,156 views
0 votes
0 answers

updating nodejs on ubuntu 16.04

When I used the node -v command ...READ MORE

Jun 27, 2022 in Node-js by Vaani
• 7,060 points
465 views
0 votes
0 answers

How to make a back-to-top button using CSS and HTML only?

I want to scroll down and up ...READ MORE

Jun 30, 2022 in CSS by Edureka
• 13,620 points
335 views
0 votes
1 answer

why jquery is blocked in https ?

You need to load the jQuery script ...READ MORE

Jun 13, 2022 in JQuery by rajatha
• 7,680 points
1,024 views
0 votes
0 answers

How can i send an image map area id to a php file?

This is my image map: <map name="frozen"> ...READ MORE

Jun 16, 2022 in PHP by narikkadan
• 63,620 points
958 views
0 votes
0 answers

Using Jquery Ajax to retrieve data from Mysql

list.php: A simple ajax code that I ...READ MORE

Jun 20, 2022 in PHP by Kithuzzz
• 38,010 points
747 views
0 votes
0 answers

How to install NodeJS natively on Apple Silicon M1?

I'm attempting to install NodeJS on the ...READ MORE

Jun 23, 2022 in Node-js by Vaani
• 7,060 points
626 views
0 votes
0 answers

jQuery onload function

I m using the following script to ...READ MORE

Jul 1, 2022 in Web Development by rajatha
• 7,680 points
274 views
0 votes
0 answers

NodeJS MongoDB Update $inc

I'm having trouble using the $inc operator ...READ MORE

Jun 27, 2022 in Node-js by Vaani
• 7,060 points
438 views
0 votes
1 answer

Set line spacing

Try the line-height property. For example, 12px font-size and 4px ...READ MORE

Jun 28, 2022 in CSS by Edureka
• 12,690 points
504 views
0 votes
1 answer

Datatables export Excel

Follow the following steps : Add Interop References. ...READ MORE

Jun 9, 2022 in JQuery by gaurav
• 23,260 points
1,190 views
0 votes
1 answer

Double arc shape with CSS jquery or javascript

But for this shape I would use ...READ MORE

Jun 14, 2022 in JQuery by gaurav
• 23,260 points
976 views
0 votes
0 answers

jQuery if checkbox is checked

I have a function below that I ...READ MORE

Jun 29, 2022 in Web Development by gaurav
• 23,260 points
345 views
0 votes
0 answers

Why is PHP session_destroy() not working?

Why is session_destroy() not working? Is there any other way ...READ MORE

Jun 12, 2022 in PHP by narikkadan
• 63,620 points
1,089 views
0 votes
0 answers

@Media print css

I have my HTML page with this ...READ MORE

Jun 30, 2022 in CSS by Edureka
• 13,620 points
292 views
0 votes
1 answer

Making a dotted grid with CSS

You can use the background-position CSS property to do ...READ MORE

May 31, 2022 in CSS by Edureka
• 12,690 points
1,574 views
0 votes
0 answers

PHP page redirect

I am working on a function where ...READ MORE

Jun 23, 2022 in PHP by narikkadan
• 63,620 points
609 views
0 votes
0 answers

Localhost giving an error "ERR_NAME_NOT_RESOLVED "

I created a folder in the "www" ...READ MORE

Jun 27, 2022 in PHP by narikkadan
• 63,620 points
433 views
0 votes
0 answers

PHP Notice: Undefined offset: 1 with array when reading data

I am getting this error : PHP Notice: ...READ MORE

Jun 9, 2022 in PHP by Kichu
• 19,050 points
1,210 views
0 votes
0 answers

NodeJS HTTPS API testing with mocha and super test -"DEPTH_ZERO_SELF_SIGNED_CERT"

I need to use mocha and supertest ...READ MORE

Jun 16, 2022 in Node-js by Vaani
• 7,060 points
874 views
0 votes
0 answers

window.onload vs $(document).ready()

What are the differences between JavaScript's window.onload&nb ...READ MORE

Jul 1, 2022 in Web Development by rajatha
• 7,680 points
241 views
0 votes
0 answers

How to add jQuery code into HTML Page

$(".icon-bg").click(function () { $(".btn").toggleClass("active"); ...READ MORE

Jun 29, 2022 in Web Development by gaurav
• 23,260 points
325 views
0 votes
1 answer

What is the difference between JavaScript and jQuery?

JavaScript is an independent language and can ...READ MORE

Jun 27, 2022 in Web Development by rajatha
• 7,680 points
446 views
0 votes
1 answer

How to use Jquery filter?

jQuery | filter() with Examples The filter() method ...READ MORE

Jun 27, 2022 in Web Development by rajatha
• 7,680 points
343 views
0 votes
1 answer

How to change CSS using jQuery?

You can do either: $("h1").css("background-color", "yellow"); Or ...READ MORE

Jun 28, 2022 in CSS by Edureka
• 12,690 points
319 views
0 votes
0 answers

How to check radio button is checked using JQuery?

I have two radio buttons in one ...READ MORE

Jun 29, 2022 in Web Development by gaurav
• 23,260 points
300 views
0 votes
0 answers

Read a plain text file with php

How do I read all the information ...READ MORE

Jun 26, 2022 in PHP by narikkadan
• 63,620 points
442 views
0 votes
1 answer

How do I format date in jQuery datetimepicker?

d - Day of the month. ddd - ...READ MORE

Jun 28, 2022 in JQuery by rajatha
• 7,680 points
712 views