Latest questions in Web Development

0 votes
0 answers

input[type='text'] CSS selector does not apply to default-type text inputs?

Text is the default input type. Therefore, ...READ MORE

Aug 12, 2022 in CSS by Edureka
• 13,620 points
314 views
0 votes
0 answers

How do you add a scroll bar to a div?

I have a popup that displays some ...READ MORE

Aug 12, 2022 in CSS by Tejashwini
• 3,820 points
224 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,216 views
0 votes
0 answers

What is viewport in HTML.

What exactly is a viewport in HTML? ...READ MORE

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

how do you increase the height of an html textbox

How can the height of a textbox ...READ MORE

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

how to change color of header in HTML?

Here is my HTML and CSS; the ...READ MORE

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

Responsive design with media query : screen size?

I'm utilising media queries to create a ...READ MORE

Aug 12, 2022 in CSS by Edureka
• 13,620 points
435 views
0 votes
0 answers

How do I right align div elements?

Three elements—a button, a form, and a ...READ MORE

Aug 12, 2022 in CSS by Edureka
• 13,620 points
1,830 views
0 votes
0 answers

How to create sticky header bar for a website?

For a website, I want to make ...READ MORE

Aug 12, 2022 in CSS by Edureka
• 13,620 points
260 views
0 votes
0 answers

How do I create a 3x3 grid via CSS?

Given 9 divs one after another, I want ...READ MORE

Aug 12, 2022 in CSS by Edureka
• 13,620 points
779 views
0 votes
0 answers

What are some cool JQuery/CSS3 effects like Google's "Barrel Roll"

For those of you who do not ...READ MORE

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

ipad web application: How do I prevent the keyboard from popping up on jquery datepicker

I have a form with an date ...READ MORE

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

jquery mobile - remove icon disc in the header

I am using jqm 1.4.5 to create ...READ MORE

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

How can I create a "Please Wait, Loading..." animation using jQuery?

I would like to place a "please ...READ MORE

Aug 12, 2022 in Web Development by gaurav
• 23,260 points
618 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,139 views
0 votes
0 answers

JavaScript Split & jQuery .val() can I chain them?

Here's a very simple question... can I ...READ MORE

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

JQUERY: Getting JSON Data from URL

I am trying to use $.getJSON() to get JSON ...READ MORE

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

jQuery countdown timer for minutes and seconds

I want create a jquery countdown timer, ...READ MORE

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

JavaScript Split & jQuery .val() can I chain them?

Here's a very simple question... can I ...READ MORE

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

Nodejs + Express vs Django: Choosing the best suitable backend component for given requirements

I'm trying to build a software architecture ...READ MORE

Aug 11, 2022 in Node-js by Neha
• 9,060 points
312 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,433 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,232 views
0 votes
0 answers

How to integrate soap xml API of unicommerce in nodejs?

I'm attempting to use the Node.js soap ...READ MORE

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

How to integrate soap xml API of unicommerce in nodejs

I am trying to hit xml Api ...READ MORE

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

how to install nodejs v16 on whm

i want enable nodejs16 on whm but enter ...READ MORE

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

How can I update NodeJS and NPM to their latest versions?

I just installed Node.js & NPM (Node Package Manager) I ...READ MORE

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

Latest NodeJS compatible with Windows 7 [duplicate]

I'm attempting to set up NodeJS on ...READ MORE

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

Could not download http://nodejs.org/dist/v0.12.13/node-v0.12.13-darwin-x64.tar.g

I'm getting this error trying to build ...READ MORE

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

How can I create a "Please Wait, Loading..." animation using jQuery?

I would like to place a "please ...READ MORE

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

How to obtain data from random wikipedia page with jquery

$(".wikiResult h3").load("https://en.wikipedia.org/wiki/Special:Random #firstHeading i"); I would like to ...READ MORE

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

Jquery eval variable and convert to currency

I have a jquery application where I ...READ MORE

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

How to load jQuery Migrate for jQuery via RequireJS?

Can I load jQuery migrate via RequireJS? ...READ MORE

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

Jquery Hidden Field in Table

I was wondering if anyone knew of ...READ MORE

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

How to update HTML element with jQuery and Galleria?

I am using Galleria for a slideshow. ...READ MORE

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

How to convert UTC to CST using Javascript or Jquery

I would like to convert the below ...READ MORE

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

What does fn in jQuery stand for?

I know jQuery.fn is just an alias ...READ MORE

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

Meaning of if(something.length) in jQuery

I was parsing some smooth-scrolling code online ...READ MORE

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

Character count using jQuery

How can I count the number of ...READ MORE

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

PDF hide Jquery Modal in IE

I am displaying a PDF in an <iframe> using ...READ MORE

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

Jquery: Get each image src

I have a series of images each ...READ MORE

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

jQuery get each background image URL of each element and wrap it in a href

So i am trying to get the ...READ MORE

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

Jquery Countup Until Next Monday and total Mondays from defined date until todays date

I'm trying to code a count up ...READ MORE

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

Getting a jQuery selector for an element

In psuedo code, this is what I ...READ MORE

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

Will choosing between YUI or jQuery effect the overal design of .js files?

Will choosing between jquery or YUI change ...READ MORE

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

What's the best WYSIWYG editor currently available? (jQuery suppport/integration is a plus.)

I'm working on a project that needs ...READ MORE

Aug 11, 2022 in Web Development by gaurav
• 23,260 points
199 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,313 views
0 votes
0 answers

jquery attribute selector escape doublequote

I want to select a html element ...READ MORE

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

CSS background image URL path

Hello, I'm attempting to utilise CSS to ...READ MORE

Aug 10, 2022 in CSS by Edureka
• 13,620 points
928 views
0 votes
0 answers

How to import Google Web Font in CSS file?

I only have access to the CSS ...READ MORE

Aug 10, 2022 in CSS by Edureka
• 13,620 points
318 views
0 votes
0 answers

Placing an image to the top right corner - CSS

I need to retain the current text ...READ MORE

Aug 10, 2022 in CSS by Edureka
• 13,620 points
2,909 views