Most answered questions in Web Development

0 votes
1 answer

Date range picker on jquery ui datepicker

Thanks I need this kind of code. ...READ MORE

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

How to hide a div with jQuery?

We hide the divs by adding a CSS ...READ MORE

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

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

Get Current Date In DD-Mon-YYY Format In ...READ MORE

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

Download File Using jQuery

I might suggest this, as a more ...READ MORE

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

jQuery dialog popup

This HTML is fine: <a href="#" id="contactUs">Contact Us</a> ...READ MORE

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

How to loop through array in jQuery?

Generic loop: var i; for (i = 0; i ...READ MORE

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

how to use substr() function in jquery?

To get substring of a string in ...READ MORE

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

JQuery - Change event using element by name

How to trigger a event with event ...READ MORE

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

Adding a page loader using jQuery

“html loader using jquery” Code Answer $('body'). append('<div ...READ MORE

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

Using Jquery Ajax to retrieve data from Mysql

Perform a AJAX GET request to get ...READ MORE

Jun 23, 2022 in Web Development by rajatha
• 7,680 points
22,243 views
0 votes
1 answer

jQuery $(this) selector function and limitations

this isn't a jQuery "thing", but a basic JavaScript ...READ MORE

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

explode string in jquery

Use the JavaScript split() method If you want ...READ MORE

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

Smooth scroll to div id jQuery

You need to animate the html, body $("#button").click(function() { ...READ MORE

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

JQuery Ajax Post results in 500 Internal Server Erro

The 500 Internal Server Error is a ...READ MORE

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

jQuery get value of selected radio button

Input Radio value Property Get the value of ...READ MORE

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

Check if checkbox is checked with jQuery

To check whether a Checkbox has been ...READ MORE

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

Get checkbox value in jQuery

if you have set a class or id for it, you ...READ MORE

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

jQuery get value of select onChange

To get the value and text of ...READ MORE

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

jQuery get value of select onChange

Try this- $('select').on('change', function() { alert( this.value ...READ MORE

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

Get checkbox value in jQuery

To get the value of the Value ...READ MORE

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

How do I redirect to another webpage?

To redirect from an HTML page, use the ...READ MORE

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

How to use JQuery with ReactJS

Yes, we can use jQuery in ReactJs. ...READ MORE

Jun 22, 2022 in Web Development by rajatha
• 7,680 points

edited Dec 15, 2023 by Soumya 13,976 views
0 votes
1 answer

Jquery and Menu and logo

Seems your anchor tag is not visible ...READ MORE

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

How to place images using jQuery masonry plugin to start

You were just missing a css class that adjusts ...READ MORE

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

$("#select option:second").val() jquery - keep select second value of select box option

Yes, you want the special jQuery eq() selector. ...READ MORE

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

Pure JS equivalent of Jquery eq()

To get the element index in the ...READ MORE

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

Microsoft CDN for jQuery or Google CDN?

You should absolutely use the Google CDN ...READ MORE

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

How can I create a simple page vertical scroll bar without using jQuery?

Surprisingly, there is not a great, simple ...READ MORE

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

How to convert a web page(html,css,js) into android app?

I used Phonegap a lot for this, ...READ MORE

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

CSS filter: make color image with transparency white

You can use filter: brightness(0) invert(1); READ MORE

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

Setting the value of REM for all the properties in CSS

We've covered this in comments, but essentially ...READ MORE

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

I am not able to create CSS Dropdown menu

Use any element to open the dropdown ...READ MORE

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

Set line spacing

Try the line-height property. For example, 12px font-size and 4px ...READ MORE

Jun 28, 2022 in CSS by Edureka
• 12,690 points
506 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,680 points
1,240 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,680 points
2,938 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,680 points
2,019 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,680 points
1,407 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,680 points
1,409 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,680 points
2,119 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,680 points
281 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,680 points
3,245 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,680 points
1,858 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,680 points
3,349 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,680 points
3,207 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,680 points
262 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,680 points
1,135 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,680 points
1,646 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,680 points
1,449 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,680 points
1,968 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,680 points
1,751 views