Most answered questions in Web Development

0 votes
1 answer

Unsure how to turn this jQuery code to React

You can initialize a state for navTrigger whic tell ...READ MORE

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

Jquery Mobile go back button scrolls to top

I had this issue i fixed it ...READ MORE

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

toaster.clear('*') does not work inside a jQuery function

The error - "TypeError: $.toast is not a ...READ MORE

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

JQuery Difference between hide() and fadeOut() , show() and fadeIn()

Main difference between FadeIn, FadeOut vs hide, ...READ MORE

Aug 5, 2022 in Web Development by rajatha
• 7,680 points
2,059 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,409 views
0 votes
1 answer

Jquery vegas plugin image resize within <div> elements

Actually vegas plugin is meant for body ...READ MORE

Aug 4, 2022 in Web Development by rajatha
• 7,680 points
458 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,672 views
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,888 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,620 points
419 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
297 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
910 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
404 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
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
537 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
993 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,793 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,395 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,535 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
857 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,108 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
673 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,499 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,353 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,358 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
372 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
700 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
327 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
502 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,211 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
672 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,183 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
641 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
324 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,648 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
877 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
418 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
399 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,013 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
393 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,097 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,196 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
385 views
0 votes
1 answer

Detecting DOM Ready State Within an iFrame (jQuery)

You can place a SCRIPT tag at ...READ MORE

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

jQuery Ajax throws error while using JSON Parse for Wikipedia API

<!Doctype html> <html> <head> ...READ MORE

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

Problems with JQuery $.ajax request to random.org api

You need to stringify the data yourself ...READ MORE

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

What does "this" mean in jQuery?

this is a reference to the member that ...READ MORE

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

How do I access FooBox lightbox jQuery Events API?

Their docs site doesn't seem to be ...READ MORE

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

jQuery - Round to 2 decimal places and calculate with that number

To format a number using fixed-point notation, ...READ MORE

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

Translating a page with jquery "translator", google translate etc

Why not use Google's Website Translator? They have ...READ MORE

Aug 1, 2022 in Web Development by rajatha
• 7,680 points
1,107 views