Questions tagged as 'jquery'

1
answer

Make the dropdown roll out when hovering (HOVER)

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...
asked by 31.05.2018 / 14:47
3
answers

Dimension width "width" of option in a select tag

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...
asked by 03.04.2018 / 10:23
3
answers

Get img src="" when pressing image to insert in editor

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...
asked by 04.08.2017 / 18:19
3
answers

Rotate a div for 30 seconds Jquery

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...
asked by 24.12.2016 / 15:25
1
answer

Display a list of elements from a view to a modal in jquery

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...
asked by 11.01.2016 / 16:52
5
answers

How do I display the active or inactive checkbox results in the console or store them in an array in javascript?

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...
asked by 08.09.2017 / 08:45
3
answers

Filters in JavaScript

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?     
asked by 23.08.2017 / 23:06
3
answers

Hide Elements in HTML and Jquery

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...
asked by 17.04.2018 / 20:47
3
answers

Error with PHP and MySQL

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...
asked by 11.04.2017 / 03:09
4
answers

You can not open the link in menu

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...
asked by 05.01.2017 / 20:28