Most voted questions in JQuery

+1 vote
2 answers

How to set cache false for getJSON in jQuery?

You can't pass any configuration parameters to ...READ MORE

Oct 7, 2020 in JQuery by Amit
• 140 points
2,506 views
+1 vote
1 answer

How to check if a jQuery plugin is loaded?

Hello @kartik, for the plugins that doesn't use ...READ MORE

Apr 28, 2020 in JQuery by Niroj
• 82,880 points
1,648 views
0 votes
1 answer

Horizontal scrolling and vertical scrolling in JqueryMobile

I'll go through code's main parts for ...READ MORE

Jun 21, 2022 in JQuery by rajatha
• 7,640 points
1,216 views
0 votes
1 answer

Jquery - Using .each() with variables and an IF statement

To get values from elements, you need ...READ MORE

Jun 21, 2022 in JQuery by rajatha
• 7,640 points
2,875 views
0 votes
1 answer

why $(window).load() is not working in jQuery?

This event works with elements associated with ...READ MORE

Jun 21, 2022 in JQuery by rajatha
• 7,640 points
1,994 views
0 votes
1 answer

what are the advantages and disadvantages of making ajax calls using jquery?

Advantages of AJAX Reduce server traffic and increase ...READ MORE

Jun 21, 2022 in JQuery by rajatha
• 7,640 points
1,382 views
0 votes
1 answer

jQuery.inArray(), how to use it right?

inArray returns the index of the element in ...READ MORE

Jun 21, 2022 in JQuery by rajatha
• 7,640 points
1,361 views
0 votes
1 answer

Jquery Ajax /GET method nothing happend when success

this should help you debug the issue $('#rename').click(function ...READ MORE

Jun 21, 2022 in JQuery by rajatha
• 7,640 points
2,099 views
0 votes
1 answer

How do I add options to a DropDownList using jQuery?

Without using any extra plugins, var myOptions = ...READ MORE

Jun 21, 2022 in JQuery by rajatha
• 7,640 points
259 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,640 points
3,218 views
0 votes
1 answer

How to focus on a form input text field on page load using jQuery?

In this example the form input text ...READ MORE

Jun 21, 2022 in JQuery by rajatha
• 7,640 points
1,841 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,640 points
3,315 views
0 votes
1 answer

Jquery form submit validation

Bind a function to the submit event of the ...READ MORE

Jun 20, 2022 in JQuery by rajatha
• 7,640 points
3,158 views
0 votes
1 answer

jQuery if checkbox is checked

for jQuery  if ($('input.checkbox_check').prop('checked')) { ...READ MORE

Jun 20, 2022 in JQuery by rajatha
• 7,640 points
254 views
0 votes
1 answer

jQuery Validation plugin. Two custom rules not working

validation plugin works according to the name attribute and ...READ MORE

Jun 20, 2022 in JQuery by rajatha
• 7,640 points
1,114 views
0 votes
1 answer

jquery function setInterval

This is because you are executing the ...READ MORE

Jun 20, 2022 in JQuery by rajatha
• 7,640 points
1,587 views
0 votes
1 answer

jQuery on page load event not working

You should be passing .on("load") on the window instead ...READ MORE

Jun 20, 2022 in JQuery by rajatha
• 7,640 points
1,420 views
0 votes
1 answer

jQuery counter to count up to a target number

Use the jQuery animate function to count ...READ MORE

Jun 20, 2022 in JQuery by rajatha
• 7,640 points
1,942 views
0 votes
1 answer

Smooth scrolling when clicking an anchor link

document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', ...READ MORE

Jun 20, 2022 in JQuery by rajatha
• 7,640 points
1,730 views
0 votes
1 answer

jQuery 'if .change() or .keyup()'

you can bind to multiple events by ...READ MORE

Jun 20, 2022 in JQuery by rajatha
• 7,640 points
1,884 views
0 votes
1 answer

Show div #id on click with jQuery

To show and hide div on mouse ...READ MORE

Jun 20, 2022 in JQuery by rajatha
• 7,640 points
3,813 views
0 votes
1 answer

jQuery Get Selected Option From Dropdown

For dropdown options you probably want something ...READ MORE

Jun 20, 2022 in JQuery by rajatha
• 7,640 points
413 views
0 votes
1 answer

Unclear usage of font awesome icons in jquery context menu

<script type="text/javascript"> jQuery(function ($) ...READ MORE

Jun 17, 2022 in JQuery by rajatha
• 7,640 points
607 views
0 votes
1 answer

Is jQuery considered a language?

jQuery is not a programming language instead it ...READ MORE

Jun 17, 2022 in JQuery by rajatha
• 7,640 points
244 views
0 votes
1 answer

Difference between $(window).load() and $(document).ready() functions

The key difference between $(document). ready() and ...READ MORE

Jun 17, 2022 in JQuery by rajatha
• 7,640 points
16,558 views
0 votes
1 answer

How to set the 'selected option' of a select dropdown list with jquery

Using the jQuery change() method; you can ...READ MORE

Jun 17, 2022 in JQuery by rajatha
• 7,640 points
12,706 views
0 votes
1 answer

How to generate a simple popup using jQuery

To create a popup, add the data-role="popup" ...READ MORE

Jun 17, 2022 in JQuery by rajatha
• 7,640 points
2,593 views
0 votes
1 answer

How do I implement JQuery.noConflict() ?

jQuery - noConflict() In jQuery's case, $ is ...READ MORE

Jun 17, 2022 in JQuery by rajatha
• 7,640 points
222 views
0 votes
1 answer

Node.js JSON.stringify() causing &quot; in output. Can't parse with Jquery

It's because when you call ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,640 points
876 views
0 votes
1 answer

jQuery Animate not working on background-color property

The background color animate can be performed ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,640 points
513 views
0 votes
1 answer

jQuery timepicker time format not working

Steps to change Time Format of TimePicker ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,640 points
652 views
0 votes
1 answer

jQuery slideDown() animation not working

Your p element is already displayed when you enter ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,640 points
1,107 views
0 votes
1 answer

How do I implement JQuery.noConflict() ?

You can of course still use jQuery, ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,640 points
381 views
0 votes
1 answer

Node.js JSON.stringify() causing &quot; in output. Can't parse with Jquery

It's because when you call ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,640 points
1,361 views
0 votes
1 answer

JQuery AJAX syntax

Syntax: $. ajax(url); $. ajax(url,[options]); jQuery ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,640 points
685 views
0 votes
1 answer

Is there an easy way to convert jquery code to javascript?

To toggle a class to an html ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,640 points
562 views
0 votes
1 answer

How to build simple tabs with jQuery?

Create Tabs Using jQuery and CSS Create Tab: ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,640 points

edited Jun 16, 2022 by Hemant 305 views
0 votes
1 answer

Abort Ajax requests using jQuery

Instead of aborting, you can choose to ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,640 points
495 views
0 votes
1 answer

How to reset a form using jQuery with .reset() method

<input type="reset"> Syntax for reset(): formObject.reset() Syntax to convert ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,640 points
13,319 views
0 votes
1 answer

jQuery event for images loaded

To check if an image is loaded ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,640 points
2,019 views
0 votes
1 answer

jQuery/JavaScript to replace broken images

To replace broken images in JavaScript, the ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,640 points
343 views
0 votes
1 answer

jQuery mouse click counter

You can use jQuery's toggleClass function for that: $(" ... ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,640 points
1,048 views
0 votes
1 answer

Instagram jQuery Search not showing anything

The latest changes in Instagram has affected ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,640 points
238 views
0 votes
1 answer

Internal CSS using jquery

The JQuery library supports almost all the ...READ MORE

Jun 15, 2022 in JQuery by rajatha
• 7,640 points
1,067 views
0 votes
1 answer

jQuery .slideUp() and .slideDown() equivalent in Angular2

In order to create a custom slideUp/Down ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,640 points
432 views
0 votes
1 answer

Jquery find nearest matching element

The closest() method returns the first ancestor ...READ MORE

Jun 15, 2022 in JQuery by rajatha
• 7,640 points
1,476 views
0 votes
1 answer

How to shorten repeating code with html function and return tags in jquery

Firstly note that replace() only accepts two arguments, the ...READ MORE

Jun 15, 2022 in JQuery by rajatha
• 7,640 points
473 views
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,640 points
3,443 views
0 votes
1 answer

Trim to remove white space

The trim() method removes whitespace from both ...READ MORE

Jun 15, 2022 in JQuery by rajatha
• 7,640 points
370 views
0 votes
1 answer

JQuery string contains check

In this case, we will use the includes() ...READ MORE

Jun 15, 2022 in JQuery by rajatha
• 7,640 points
7,212 views