Latest questions in Web Development

0 votes
1 answer

jquery .on() method with load event

load() . The load() method attaches an event ...READ MORE

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

Selecting parent's next sibling's children in jQuery

This is an illustration of a part ...READ MORE

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

Using reactJS, php and mysql is possible?

I want to study ReactJS; is there ...READ MORE

Aug 5, 2022 in PHP by narikkadan
• 63,700 points
423 views
0 votes
0 answers

How to generate a create table script for an existing table in phpmyadmin?

How can I generate a create table ...READ MORE

Aug 4, 2022 in PHP by Kithuzzz
• 38,010 points
598 views
0 votes
0 answers
0 votes
0 answers

Is it possible to create static classes in PHP (like in C#)?

I'm trying to make a static class ...READ MORE

Aug 4, 2022 in PHP by Kithuzzz
• 38,010 points
303 views
0 votes
0 answers

How does true/false work in PHP?

I'm curious about PHP's internal handling of ...READ MORE

Aug 4, 2022 in PHP by Kithuzzz
• 38,010 points
253 views
0 votes
0 answers

php/gd can't remove background after creating a circular image

I'm positioning a circular picture with a ...READ MORE

Aug 4, 2022 in PHP by Kithuzzz
• 38,010 points
893 views
0 votes
0 answers

How to upload images into MySQL database using PHP code

I'm attempting to save photos from an ...READ MORE

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

PHP Elvis operator vs null coalescing operator

Can someone clarify the differences between PHP's ...READ MORE

Aug 3, 2022 in PHP by Kithuzzz
• 38,010 points
599 views
0 votes
0 answers

PHP date with timezone

I was wondering how to add the ...READ MORE

Aug 3, 2022 in PHP by Kithuzzz
• 38,010 points
283 views
0 votes
0 answers

How can I call a WordPress shortcode within a template?

There's a plugin for the Contact us form. All ...READ MORE

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

Linking to a specific part of a web page

This is only possible if the website ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
298 views
0 votes
1 answer

How to word wrap text in HTML?

Try this: div { width: ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
915 views
0 votes
1 answer

How to set a border for an HTML div tag?

 you can use border-width:2px; border-style:solid; border-color:black; or as shorthand border: 2px solid ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
406 views
0 votes
1 answer

html Modal popup

Try this example: var modal = document.getElementById('modal'); var shade ...READ MORE

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

Video is not supported in html5

I have the latest FF and I ...READ MORE

Aug 3, 2022 in HTML by Ashwini
• 5,430 points
319 views
0 votes
1 answer

How to make my font bold using css?

In HTML, use the strong or b ...READ MORE

Aug 8, 2022 in CSS by Tanishqa
• 1,170 points
539 views
0 votes
1 answer

CSS-only masonry layout

A masonry feature is included in CSS ...READ MORE

Aug 8, 2022 in CSS by Tanishqa
• 1,170 points
994 views
0 votes
1 answer

HTML and CSS: What do the <ul> and <li> tags stand for?

The term ul stands for unordered list. ...READ MORE

Aug 4, 2022 in CSS by Tanishqa
• 1,170 points
5,803 views
0 votes
1 answer

How do I specify row heights in CSS Grid layout?

Apparently, the auto value on the grid-template-rows property does exactly what ...READ MORE

Aug 4, 2022 in CSS by Tanishqa
• 1,170 points
6,412 views
0 votes
1 answer

CSS calc width and height values

Yes, there are CSS variables named vh ...READ MORE

Aug 4, 2022 in CSS by Tanishqa
• 1,170 points
5,559 views
0 votes
1 answer

jquery - is not a function error

In Wordpress jQuery.noConflict() is called on the jQuery file ...READ MORE

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

Triggering jQuery on an opener window

try: window.opener.$('.abc').trigger('click') READ MORE

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

jQuery UI dialog without a title bar but keep the close button

Use this to remove the titelbar of ...READ MORE

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

jQuery text animation "explosion" effect on hover

The logic: Wrap each textual character inside a <span> tag Make ...READ MORE

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

jQueryUI Datepicker prev and next icons not showing

When downloading jQuery-UI you should get a zip file ...READ MORE

Aug 4, 2022 in Web Development by rajatha
• 7,680 points
2,514 views
0 votes
1 answer

jQuery 3.1.1 violation of CSP directive

It looks like a bug or quirk ...READ MORE

Aug 4, 2022 in Web Development by rajatha
• 7,680 points
2,373 views
0 votes
1 answer

how to rotate image image 3d in jquery on swipe up and swipe down

If you're not using one of the ...READ MORE

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

jQuery .html() vs .append()

You have the :hover pseudo on your CSS. While ...READ MORE

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

Jquery trigger only on small window

You have the :hover pseudo on your CSS. While ...READ MORE

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

Is there an "exists" function for jQuery?

Yes! The $. fn. exists example is replacing ...READ MORE

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

What does CSS measurement unit 'em' actually stand for?

It stands for "emphemeral unit," which refers ...READ MORE

Aug 3, 2022 in CSS by Tanishqa
• 1,170 points
504 views
0 votes
1 answer

HTML/CSS - Adding an Icon to a button

Here's what you can do using font-awesome ...READ MORE

Aug 3, 2022 in CSS by Tanishqa
• 1,170 points
5,217 views
0 votes
1 answer

Adding style to file upload button in css

The best approach would be to tie ...READ MORE

Aug 3, 2022 in CSS by Tanishqa
• 1,170 points
673 views
0 votes
1 answer

Vertical and horizontal align (middle and center) with CSS?

There are many methods : Center horizontal and ...READ MORE

Aug 3, 2022 in CSS by Tanishqa
• 1,170 points
1,187 views
0 votes
1 answer

What is the meaning of "cascading' in CSS??

Cascading simply implies that it may be ...READ MORE

Aug 3, 2022 in CSS by Tanishqa
• 1,170 points
642 views
0 votes
1 answer

trying to align html button at the center of the my page

For example: HTML <div> <button>Submit</button> </div> CSS button { margin:auto; ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
325 views
0 votes
1 answer

How to trigger a file download when clicking an HTML button or JavaScript?

For the button you can do <form method="get" ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
2,655 views
0 votes
1 answer

Uses for the '&quot;' entity in HTML

It is impossible and unnecessary to know ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
883 views
0 votes
1 answer

Refresh a page using JavaScript or HTML

window.location.reload(); in JavaScript <meta http-equiv="refresh" content="1"> in HTML ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
419 views
0 votes
1 answer

How to add/update an attribute to an HTML element using JavaScript?

You can read here about the behaviour of attributes ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
402 views
0 votes
1 answer

jQuery percentage calculation round up

If you just need the formatted string, ...READ MORE

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

Jquery pickatime, Drop down window not closing after on change event

Maybe your input element falls within label ...READ MORE

Aug 2, 2022 in Web Development by rajatha
• 7,680 points
398 views
0 votes
0 answers

Clear an image preview file that was removed from the array with jquery

I tried to figure this out for ...READ MORE

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

jQuery mouse click counter

I need to color a table in ...READ MORE

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

Expose jQuery to real Window object with Webpack

I want to expose the jQuery object ...READ MORE

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

How can I keep my sub-menu open in jQuery hover menu?

keeping sub menu open on hover and ...READ MORE

Aug 2, 2022 in Web Development by rajatha
• 7,680 points
3,111 views
0 votes
1 answer

Not able to show/hide div which is nearest to checkbox using JQuery

pretty simple: $('.check-hide-show-content').hide(); // hide all content divs // ...READ MORE

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

Is there a plugin or example of a jquery slider working with non-equably divisible values?

You could do it using jquery's slider ...READ MORE

Aug 2, 2022 in Web Development by rajatha
• 7,680 points
386 views