I would like to make the dropdown menu be displayed when I mouse over the top and not when I click. How could I do it?
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="s...
I have the following fragment of html code and what I intend is to limit the width of each one of the labels so that they are displayed in a whole screen and they are not cut, either through a line break or a horizontal scroll .
<sele...
Good morning companions. A huge doubt. There is a possibility that when you press an image this me of its <img src= ""> I say it because I am implementing an editor with ckeditor but I want that when pressing the image it is put i...
Greetings, my query is as follows:
I have a div block which I need to keep rotating for X amount of seconds, I have tried some Jquery libraries but I have not been able to control the time it keeps turning and the speed, this is important. Gr...
Suppose I have a list of elements in a view:
<% Dim valor As New List(Of Integer)
For i As Integer = 0 To 5%>
<%valor.Add(i)%>
<% Next%>
I send them to a modal using data in this way:
<a href="#" data-toggle="moda...
I'm working on a code with checkbox and I want the results of which boxes are active or inactive to be displayed in the browser console or stored in an array by pressing the save button to later work with them .
The code I have so far is...
I have an Array Data :
var Data = [{"Nombre": "A","Apellido": "B","Edad": 12},{},{},{},...]
How can I filter the data so that all those with Apellido are equal to B , for example?
I'm doing a questionnaire in HTML and Jquery, when I click on an image that contains a question that is inside a section I want that section to hide and the next section appears, with Jquery I make a selection of the classes that contain the sec...
I have this connection
<?php
# Conexion con la Base de Datos
$userdb = 'administrador';
$passworddb = '1234567';
$dbhost= 'dbserver';
$dbname = 'sk_modular';
?>
and I have I'm calling the database to bring me some data...
at the end when click can not open a link ( <a href="www.google.com"> )
$('.menu-lateral .sub-menu').hide();
$('.menu-lateral li a').click(function(){
event.preventDefault();
$(this).siblings('.sub-menu').slideToggle('s...