Most answered questions in Web Development

0 votes
1 answer

How to change the jquery mobile flip switch state from code

I've examined the page you posted and ...READ MORE

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

How to cast jQuery $.ajax calls to Bluebird promises without the deferred anit-pattern

jQuery have promises implemented with their AJAX ...READ MORE

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

Why use jQuery on() instead of click()

on() differs from . click() in that it ...READ MORE

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

jquery check if radio button is checked and then check if tickbox is checked

This is the best and the most ...READ MORE

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

Translate custom jQuery validation messages

we use a snippet like the following ...READ MORE

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

scrolling up with jquery waypoints

Look at the offset option someElements.waypoint(function(event, direction) { ...READ MORE

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

MVC3 - Update jQuery from 1.5.2 to latest

Look at the offset option someElements.waypoint(function(event, direction) { ...READ MORE

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

jQuery - trapping tab select event

it seems the old's version's of jquery ...READ MORE

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

Using jQuery in a Blackboard Building Block

The previous answer is correct in that ...READ MORE

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

How to set jQuery draggable min/max-left and min/max-right

How to set jQuery draggable min/max-left and ...READ MORE

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

How to set jQuery draggable min/max-left and min/max-right

How to set jQuery draggable min/max-left and ...READ MORE

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

"JQuery not defined" throwing error after installing angular-slickgrid

1. Your CDN-hosted jQuery might be blocked If ...READ MORE

Jul 25, 2022 in Web Development by rajatha
• 7,680 points
973 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
288 views
0 votes
1 answer

How to change an element's title attribute using jQuery

You can change the title attribute with ...READ MORE

Jun 30, 2022 in Web Development by rajatha
• 7,680 points
3,753 views
0 votes
1 answer

Test jquery for vulnerabilities

The following blog post will help you. MKSB(en): ...READ MORE

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

how to add erroricon and custom validation message using jquery?

By default, the error message is put ...READ MORE

Jun 30, 2022 in Web Development by rajatha
• 7,680 points
4,130 views
0 votes
1 answer

Which is faster: Using bootstrap CDN or downloaded

CDNs deliver faster loading speeds for readers. Files ...READ MORE

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

jQuery vs. javascript?

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

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

How to detect current element id in jQuery?

Use the jQuery attr() Method You can simply ...READ MORE

Jun 30, 2022 in Web Development by rajatha
• 7,680 points
626 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,422 views
0 votes
1 answer

How to Fade In/Out multiple texts using CSS/jQuery like on Droplr?

The jQuery fadeIn() method is used to ...READ MORE

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

Fixed position but relative to container

The issue with "fixed" positioning is that ...READ MORE

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

when declaring css styles, what is the meaning of .classA.classB (two class names with a dot in the middle and no space)

The first example (space-separated classes) is a ...READ MORE

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

Controlling the amount of space in justify-content: space-between

The justify-content property positions flex items on ...READ MORE

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

What is the css / html `root` element?

The:root CSS pseudo-class corresponds to the root ...READ MORE

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

How to change CSS property using JavaScript

Use document.getElementsByClassName('className').style = your_style. var d = document.getElementsByClassName("left1"); d.className = ...READ MORE

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

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

Because that is not what it is ...READ MORE

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

How to make div background color transparent in CSS

To begin, we will build a div> ...READ MORE

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

Downloading jQuery UI CSS from Google's CDN

If you mean the jQuery UI CSS, ...READ MORE

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

How to alert using jQuery

alert($('#test')); // or alert($('#test'). get(0)); // also try alert(document. ...READ MORE

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

jQuery find, each, children and accessing sub-children

Well you code is not really correct. .find() does ...READ MORE

Jun 27, 2022 in Web Development by rajatha
• 7,680 points
4,286 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
349 views
0 votes
1 answer

More efficient way to do parent().parent().parent() etc. in jquery

The jQuery parent() and parents() methods return the ...READ MORE

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

Text border using css (border around text)

To apply borders to fonts in CSS, ...READ MORE

Jun 28, 2022 in CSS by Edureka
• 12,690 points
9,493 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
322 views
0 votes
1 answer

How to overlay image with color in CSS?

Use the rgba() Function to Overlay Background ...READ MORE

Jun 28, 2022 in CSS by Edureka
• 12,690 points
685 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
435 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,339 views
0 votes
1 answer

Multi-Colored text using only CSS

Put your text inside a span> tag ...READ MORE

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

CSS border less than 1px

The minimum width that your screen can ...READ MORE

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

When to use margin vs padding in CSS ?

MARGIN vs PADDING : Margin is used in an element to ...READ MORE

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

Best way to center a <div> on a page vertically and horizontally?

The legitimate way to do that irrespective ...READ MORE

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

CSS horizontal scroll

You can use display:inline-block with white-space:no ...READ MORE

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

jQuery show() won't turn Bootstrap d-none class visible

When you not sure how your element ...READ MORE

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

Get current date in DD-Mon-YYY format in JavaScript/Jquery

get current date in jquery in dd/mm/yyyy ...READ MORE

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

Why use jQuery on() instead of click()

The . on() method attaches event handlers to ...READ MORE

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

How to create a simple map using JavaScript/JQuery

var map = new Object(); // or ...READ MORE

Jun 27, 2022 in Web Development by rajatha
• 7,680 points
977 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
453 views
0 votes
1 answer

Loading gif in jQuery ajax call is not showing

Create a div with your image. Make it ...READ MORE

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

How to display current element in jQuery?

<! DOCTYPE html> <html> <head> <script> $(document). ready(function(){ $("button"). click(function(){ $("p"). text("Welcome to ...READ MORE

Jun 27, 2022 in Web Development by rajatha
• 7,680 points
1,101 views