Trending questions in Web Development

0 votes
0 answers

How an I get all form elements (input, textarea & select) with jQuery?

Is there an easy way (without listing ...READ MORE

Jul 26, 2022 in Web Development by gaurav
• 23,260 points
2,280 views
0 votes
1 answer

jQuery Load function not loading the file

The jQuery load() method allows HTML or ...READ MORE

Jun 29, 2022 in Web Development by rajatha
• 7,680 points
3,401 views
0 votes
0 answers

How to upload Iform File in iframe ( was binding null) (javascript/jquery)

In asp.net core , i define ProductUpdateRequest has  public ...READ MORE

Aug 19, 2022 in Web Development by gaurav
• 23,260 points
1,234 views
0 votes
0 answers

How to have image and text side by side?

I'm attempting to display the text, Facebook ...READ MORE

Jul 19, 2022 in HTML by Tejashwini
• 3,820 points
2,567 views
0 votes
0 answers

JavaScript style.display="none" or jQuery .hide() is more efficient?

document.getElementById("elementId").style.display="none" is used in JavaScript to hide an ...READ MORE

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

AES/CBC/PKCS5Padding in NodeJs

I am trying to convert my java ...READ MORE

Jun 23, 2022 in Node-js by Vaani
• 7,060 points
3,608 views
0 votes
1 answer

Detect iPad users using jQuery?

iPad Detection You should be able to detect ...READ MORE

Aug 5, 2022 in Web Development by rajatha
• 7,680 points
1,703 views
0 votes
1 answer

How to add new colors to tailwind-css and keep the original ones?

You can easily add new colors to Tailwind ...READ MORE

Jun 21, 2022 in CSS by Edureka
• 12,690 points
3,666 views
0 votes
1 answer

CSS text-overflow: ellipsis; not working?

So, if you've arrived at this question ...READ MORE

Jun 10, 2022 in CSS by Edureka
• 12,690 points
4,136 views
0 votes
1 answer

External API GET() request using jQuery

Replace: $.ajax({ type: "GET", url: "http://www.imdbapi.com/", cache: false, data: dataString, success: function(html){ //$("#more").after(html); alert("Success!"); } }); With $.getJSON('http://www.imdbapi.com/?' + ...READ MORE

Aug 5, 2022 in Web Development by rajatha
• 7,680 points
1,670 views
0 votes
0 answers

Swipe up and Swipe down in javascript or jquery

I am trying to do swipe up ...READ MORE

Aug 24, 2022 in Web Development by gaurav
• 23,260 points
879 views
0 votes
1 answer

html5 video with jquery and inview - how to point to the right video element?

You can make use of this. For more ...READ MORE

Aug 5, 2022 in Web Development by rajatha
• 7,680 points
1,652 views
0 votes
0 answers

I can't enter to "localhost:8080/phpmyadmin"

When I tried to enter it returns ...READ MORE

Jun 11, 2022 in PHP by narikkadan
• 63,620 points
4,086 views
0 votes
0 answers

How to install NodeJS LTS on Windows as a local user (without admin rights)

I'm using Windows as a simple user ...READ MORE

Aug 11, 2022 in Node-js by Neha
• 9,060 points
1,421 views
0 votes
0 answers

Html table tr inside td

I am trying to create a table ...READ MORE

Aug 19, 2022 in HTML by Tejashwini
• 780 points
1,061 views
0 votes
1 answer

JQuery AJAX Consume SOAP Web Service

Try setting processData: false flag. This flag is true by default ...READ MORE

Aug 4, 2022 in Web Development by rajatha
• 7,680 points
1,667 views
0 votes
0 answers

Remove all html tags from php string

I want to display the first 110 ...READ MORE

Aug 17, 2022 in HTML by Deepak
• 980 points
1,149 views
0 votes
1 answer

CSS: Set a background color which is 50% of the width of the window

You can make a hard distinction instead ...READ MORE

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

CSS to make HTML page footer stay at bottom of the page with a minimum height, but not overlap the page

A simple solution is to make the ...READ MORE

Jun 21, 2022 in CSS by Edureka
• 12,690 points
3,631 views
0 votes
0 answers

jQuery validation of NANP Phone numbers

I'm trying to validate my form. In ...READ MORE

Aug 19, 2022 in Web Development by gaurav
• 23,260 points
1,006 views
0 votes
0 answers

Scroll / Jump to id without jQuery

I have search a lot of topics ...READ MORE

Jul 28, 2022 in Web Development by gaurav
• 23,260 points
1,957 views
0 votes
0 answers

How to make a HTML Page in A4 paper size page(s)?

Is it feasible to make an HTML ...READ MORE

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

How can i export socket.io into other modules in nodejs?

Because app.js is usually the main initialization ...READ MORE

Jun 17, 2022 in Node-js by Neha
• 9,060 points
3,662 views
0 votes
0 answers

I can't access http://localhost/phpmyadmin/

I am not able to access:  localhost/phpmyadmin/ ...READ MORE

May 28, 2022 in PHP by Kichu
• 19,050 points
4,581 views
0 votes
0 answers

what do css classes like my-2, my-lg-0, mr-sm-2 do in bootstrap 4?

I've read through other queries and the ...READ MORE

Aug 18, 2022 in CSS by Edureka
• 13,620 points
1,003 views
0 votes
1 answer

how to use font awesome icons in HTML

First, you have to write this in ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
1,566 views
0 votes
0 answers

jQuery Count Down timer based on Remaining Days, Hours, Minutes and Seconds

I'm creating a system where I have ...READ MORE

Aug 11, 2022 in Web Development by gaurav
• 23,260 points
1,300 views
0 votes
0 answers

What is the difference between properties and attributes in HTML?

I've been trying to define the difference ...READ MORE

Aug 12, 2022 in HTML by Tejashwini
• 3,820 points
1,207 views
0 votes
0 answers

PHP form - Registration Successful Message on New Page

After each entry has been verified, the ...READ MORE

Jul 24, 2022 in PHP by Kithuzzz
• 38,010 points
2,041 views
0 votes
0 answers

How to create a foreign key in phpmyadmin?

In my patient table, I want to ...READ MORE

Aug 1, 2022 in PHP by Kithuzzz
• 38,010 points
1,657 views
0 votes
0 answers

npm command not working after installing nodejs in windows10?

i have installed nodejs from nodejs website. ...READ MORE

Aug 11, 2022 in Node-js by Neha
• 9,060 points
1,222 views
0 votes
0 answers

header location with id in php

Can a row ID be passed to ...READ MORE

Aug 6, 2022 in PHP by Kithuzzz
• 38,010 points
1,450 views
0 votes
1 answer

How to call $(window).on("load", function) in jQuery-3.3.1?

Use $(document).ready() instead of $(window).on("load", function... $(document).ready(function() { ...READ MORE

Jun 21, 2022 in JQuery by rajatha
• 7,680 points
3,344 views
0 votes
0 answers

Pinterest login with PHP and cURL not working

I've been trying to use cURL to ...READ MORE

Aug 5, 2022 in PHP by Kithuzzz
• 38,010 points
1,468 views
0 votes
1 answer

CSS for star ratings via FontAwesome

FontAwesome has added half stars to their ...READ MORE

Aug 5, 2022 in CSS by Tanishqa
• 1,170 points
1,416 views
0 votes
0 answers

how to draw a rectangle in HTML or CSS?

I am trying to draw a rectangle ...READ MORE

Aug 18, 2022 in CSS by Edureka
• 13,620 points
878 views
0 votes
0 answers

jQuery $(this).closest show & hide

I've got a table with multiple rows. ...READ MORE

Aug 12, 2022 in Web Development by gaurav
• 23,260 points
1,134 views
0 votes
0 answers

how to trigger on jquery.smart wizard Finish button?

Iam very new in jquery. here is ...READ MORE

Jul 19, 2022 in Web Development by gaurav
• 23,260 points
2,142 views
0 votes
1 answer

jQuery Countdown get time until 10:00 am today or tomorrow

The following should work (console.log() was added for ...READ MORE

Aug 4, 2022 in Web Development by rajatha
• 7,680 points
1,405 views
0 votes
0 answers

How to make a nice "date picker" in PHP?

As I play about with MySQL and ...READ MORE

Aug 8, 2022 in PHP by Kithuzzz
• 38,010 points
1,290 views
0 votes
1 answer

How to convert HTML to JSX (React.js)

You can use https://magic.reactjs.net/htmltojsx.htm which is an online HTML ...READ MORE

Aug 10, 2022 in HTML by Deepak
• 980 points
1,187 views
0 votes
0 answers

css3 drop shadow under another div, z-index not working

To make it appear as though one ...READ MORE

Aug 18, 2022 in CSS by Edureka
• 13,620 points
820 views
0 votes
0 answers

Angular + jQuery .on() doesn't work with ng-repeat

jQuery .on() is not working with ng-repeat, when I ...READ MORE

Aug 22, 2022 in Web Development by gaurav
• 23,260 points
635 views
0 votes
0 answers

Generate pdf from HTML in div using Javascript

I have the following HTML code: <!DOCTYPE html> <html> ...READ MORE

Aug 10, 2022 in HTML by Deepak
• 980 points
1,151 views
0 votes
0 answers
0 votes
0 answers

How to stretch a GIF to fill the whole div using jQuery Mobile?

I'm using jQuery Mobile to create a ...READ MORE

Aug 22, 2022 in Web Development by gaurav
• 23,260 points
614 views
0 votes
0 answers

PHP CodeIgniter 4 - Form Submission - error "Can't find a route for 'registrations/index'"

The route is created in appConfigRoutes.php, and ...READ MORE

Aug 6, 2022 in PHP by Kithuzzz
• 38,010 points
1,317 views
0 votes
1 answer

How to use npm jquery module?

To use jquery in node, you need ...READ MORE

Jun 21, 2022 in JQuery by rajatha
• 7,680 points
3,242 views
0 votes
0 answers
0 votes
1 answer

Ajax using JQuery in ASP .NET c#

jQuery Ajax in ASP.Net $.ajax({      & ...READ MORE

Jun 15, 2022 in JQuery by rajatha
• 7,680 points
3,487 views