Trending questions in Edureka Community

0 votes
0 answers

jQuery & CSS - Remove/Add display:none

I have a div with this class ...READ MORE

Jul 21, 2022 in Web Development by gaurav
• 23,260 points
693 views
0 votes
0 answers

What is the css / html `root` element?

I recently started using NetBeans IDE (6.9.1) ...READ MORE

Jul 27, 2022 in HTML by Tejashwini
• 3,820 points
429 views
0 votes
0 answers

How to code a modulo (%) operator in C/C++/Obj-C that handles negative numbers

As a mathematician, one of my pet peeves of C-derived languages is : (-1) % 8 // comes out as ...READ MORE

Jul 27, 2022 in C++ by Nicholas
• 7,760 points
422 views
0 votes
0 answers

Are (non-void) self-closing tags valid in HTML5?

On non-void elements, self-closing tags (those that ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
463 views
0 votes
0 answers

Get user's current location

How can I utilize IP to determine ...READ MORE

Jul 29, 2022 in PHP by Kithuzzz
• 38,000 points
354 views
0 votes
0 answers

Code PDF friendly HTML page from a Word Document

It's a report file that will eventually ...READ MORE

Jul 29, 2022 in HTML by Tejashwini
• 3,820 points
330 views
0 votes
0 answers

localhost/phpinfo.php

Wen I tried - http://localhost/phpinfo.php in google chrome ...READ MORE

Jun 14, 2022 in PHP by narikkadan
• 63,600 points
2,292 views
0 votes
0 answers

What type of members can I add in a c++ abstract class

Hello, let's say I have an abstract class with a few pure abstract functions and a few classes that derive from it, and all of the data from these classes eventually becomes similar, I was wondering if it would be wise, or even possible, to declare a vector under protected in the abstract class to collect the data so something like that. class A { protected: vector <string> ...READ MORE

Jul 27, 2022 in C++ by Nicholas
• 7,760 points
411 views
0 votes
0 answers

Jquery define version in webpack symfony encor

I have a legacy symfony project, i ...READ MORE

Jul 26, 2022 in Web Development by gaurav
• 23,260 points
448 views
0 votes
0 answers

PHP 5 disable strict standards error

I need to setup my PHP script ...READ MORE

Jul 30, 2022 in PHP by Kithuzzz
• 38,000 points
296 views
0 votes
1 answer

Generating username from first name and last name in excel

How to automatically merge first and last ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,260 points
5,547 views
0 votes
0 answers

How to open a file named index.php which is in htdocs/project1 folder in xampp?

I have a folder named project1 in ...READ MORE

May 29, 2022 in PHP by Kichu
• 19,040 points
2,968 views
0 votes
0 answers

return null with query string whtn i use ajax-jquery

this is my jquery code: <script type="text/javascript"> ...READ MORE

Jul 22, 2022 in Web Development by gaurav
• 23,260 points
608 views
0 votes
0 answers

Adding Aloha Editor to Django Admin, jQuery compatibility issues ensue

I'm writing a personal blog in Django, ...READ MORE

Jul 28, 2022 in Web Development by gaurav
• 23,260 points
361 views
0 votes
0 answers

Render HTML to an image

Is it possible to render HTML to ...READ MORE

Jul 27, 2022 in HTML by Tejashwini
• 3,820 points
404 views
0 votes
0 answers

Container Class vs Class - C++

I'm new to programming and have only ...READ MORE

Jul 28, 2022 in C++ by Nicholas
• 7,760 points
359 views
0 votes
0 answers

jQuery : Detect when element is scrolled to

I'd like to detect when an element ...READ MORE

Jul 28, 2022 in Web Development by gaurav
• 23,260 points
361 views
0 votes
0 answers

git fatal Could not read from remote repository

I want to set git with http://danielmiessler.com/study/git/#website to manage ...READ MORE

May 20, 2022 in Git & GitHub by Kichu
• 19,040 points
3,359 views
0 votes
0 answers

Upload file using NodeJS and BusBoy

I'm using NodeJS to upload a file. ...READ MORE

Jun 21, 2022 in Node-js by Vaani
• 7,070 points
1,950 views
0 votes
0 answers

hide pills on jquery twitter bootstrap wizard

im using twitter bootstrap wizard, im trying ...READ MORE

Jul 26, 2022 in Web Development by gaurav
• 23,260 points
436 views
0 votes
1 answer

What PM duties can't be done using artificial intelligence (AI)?

While AI can handle many project management ...READ MORE

Jun 19 in PMP by Gokul
• 450 points
761 views
0 votes
0 answers

Getting the source of this click event in JQuery

I have multiple dynamically created buttons with ...READ MORE

Jul 22, 2022 in Web Development by gaurav
• 23,260 points
596 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
413 views
0 votes
0 answers

Expand form based on radio selection in jQuery & Bootstrap

I am trying to show a part ...READ MORE

Jul 22, 2022 in Web Development by gaurav
• 23,260 points
594 views
0 votes
0 answers

How to make a simple modal pop up form using jquery and html?

I've read the jQuery tutorials, but I'm ...READ MORE

Jul 24, 2022 in HTML by Ashwini
• 5,430 points
510 views
0 votes
0 answers

How to fix 'Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist.'

Whenever I load any page of my ...READ MORE

May 12, 2022 in Node-js by Kichu
• 19,040 points
3,688 views
0 votes
0 answers

jQuery/AJAX – Staring and un-starring

I would like to be able to ...READ MORE

Jul 28, 2022 in Web Development by gaurav
• 23,260 points
334 views
0 votes
0 answers

Error: 'node-sass' version 5.0.0 is incompatible with ^4.0.0

Using the command: npx create-react-app I created ...READ MORE

May 19, 2022 in Others by Kichu
• 19,040 points
3,381 views
0 votes
0 answers

How to solve this warning: failed to open stream: No such file or directory

Recently, I had a problem as: Warning:include(C:\xampp\htdocs\crackverbal\application\views\errors\html\error_php.php): failed ...READ MORE

Apr 20, 2022 in PMP by Edureka
• 13,690 points
4,616 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,714 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,885 views
0 votes
0 answers

Laravel PackageManifest.php: Undefined index: name

I recently updated the composer on my ...READ MORE

Jul 22, 2022 in PHP by narikkadan
• 63,600 points
612 views
0 votes
0 answers

Countdown till midnight in Jquery

I have a simple question, that is ...READ MORE

Jul 25, 2022 in Web Development by gaurav
• 23,260 points
456 views
0 votes
0 answers

How to redirect a page using onclick event in php?

I tried this, but it didn't work: <input ...READ MORE

Jun 20, 2022 in PHP by Kithuzzz
• 38,000 points
1,956 views
0 votes
0 answers

How to preselect and disable specific checkboxes using js/jquery?

I have checkboxes with randomly generated ids ...READ MORE

Jul 26, 2022 in Web Development by gaurav
• 23,260 points
411 views
0 votes
0 answers

How to use colored circles in ASP Dropdownlist ListItems? (without jQuery)

Goal: I would like to have a ...READ MORE

Jul 27, 2022 in Web Development by gaurav
• 23,260 points
359 views
0 votes
0 answers

JavaScript or jQuery "Are you sure?" dialog for <A> link?

I have a link in my HTML: <a ...READ MORE

Jul 26, 2022 in Web Development by gaurav
• 23,260 points
406 views
0 votes
0 answers

SetInterval 60 second countdown issue jQuery

I'm trying to countdown 60 seconds once ...READ MORE

Jul 21, 2022 in Web Development by gaurav
• 23,260 points
629 views
0 votes
0 answers

Finding closest element without jQuery

I am trying to find the closest ...READ MORE

Jul 25, 2022 in Web Development by gaurav
• 23,260 points
449 views
0 votes
1 answer

Ternary operator, if I avoid writing ' expression 2 ' it works but if I not write 'expression 3 ' it gives an error [duplicate]

6.8 Conditionals with Missing Opponents In a ...READ MORE

Jun 28, 2022 in C++ by Damon
• 4,960 points
1,571 views
0 votes
0 answers

Add something after the "n" element using jQuery

For a markup like <div id="holder"> ...READ MORE

Jul 26, 2022 in Web Development by gaurav
• 23,260 points
402 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,593 views
0 votes
1 answer

How to validate array in Laravel?

Hello @kartik, you can call validate() method directly ...READ MORE

Aug 10, 2020 in Laravel by Niroj
• 82,840 points
31,266 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,869 views
0 votes
0 answers

How to embed a PDF viewer in a page?

If I'm not mistaken, Google Docs provides ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
399 views
0 votes
0 answers

Stepper Material : using stepper.reset() inside TypeScript

Is it possible to use stepper.reset() inside ...READ MORE

Jul 5, 2022 in TypeSript by Nina
• 3,060 points
1,306 views
0 votes
0 answers

Add Bootstrap Table With Sorting, Searching and Paging into my PHP function

I have an issue adding  bootstrap Table ...READ MORE

Jun 27, 2022 in PHP by narikkadan
• 63,600 points
1,672 views
0 votes
0 answers

Why do we use volatile keyword?

I've never used it, but I'm curious ...READ MORE

Jul 25, 2022 in C++ by Nicholas
• 7,760 points
439 views
0 votes
0 answers

Purpose of evt in jQuery event function

What is the purpose of using the ...READ MORE

Jul 25, 2022 in Web Development by gaurav
• 23,260 points
434 views
0 votes
1 answer

JavaScript/jQuery - "$ is not defined- $function()" error

You may experience the “jQuery is not ...READ MORE

Jun 6, 2022 in JQuery by Edureka
• 13,690 points
2,509 views