D
D
doom252020-11-22 21:50:26
css
doom25, 2020-11-22 21:50:26

How to fix a bug in VirtualBox?

Error: Hardware virtualization is enabled for the machine but not supported by the host.
Hyper-V is disabled. In BIOS, Max CPUID Value Limit is enabled and CPU Virtualization Technology is also enabled. Help me please.
PS I have an Intel Pentium G840 processor. (I looked in the specifications, it supports virtualization)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Eremin, 2016-09-27
@EreminD

I have 3 identical pieces of code for 3 divs with their own IDs.
- id is not mentioned anywhere in the code
Use the this keyword
$('.panel-heading.slide a').click(function() {
  if ($(this).hasClass('open')) {
   /*...*/ 
 } else {
  /*...*/
   }
});

By this, you will mean the clicked element. Accordingly, the work can be defined in relation to the clicked element (child, parent, neighbor)

K
KristinaL, 2016-09-27
@KristinaL

Oh sorry, I wanted to write an ID, but I wrote a class :)

V
Vadim, 2020-11-23
@Viji

See more options in BIOS - VT-x in BIOS

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question