Questions tagged as 'jquery'

0
answers

Problem with the menu collapse

I have two menus, one is invisible to see the content below (as long as the responsive design allows it) and another with a dark blue background, which will be the browser to use when the screens are not so large or Scrolling down. I'm doing...
asked by 30.04.2018 / 10:04
1
answer

How to display my datepicker down

I put a datepicker on my page inside an imput, it works perfectly, but it displays up, how can I change that property. this is the javascript code <script> $(document).ready(function() { $( function() { $( "#datepicker" ).datep...
asked by 08.05.2018 / 18:34
1
answer

Get table records in response to clicking from another table and display them

I have two tables in a view, one of them is hidden and appears when I click on a row in the first table Hidden table: @model Tuple<IEnumerable<web.Areas.Periodo.Models.PeriodoViewModel>, IEnumerable<web.Areas.Peri...
asked by 01.05.2018 / 21:22
0
answers

Problem when creating dataTable

I am working with a tabs component within a tab I am trying to place a dataTable but it marks me an error and I do not know what the problem is. Here I leave code that I am using. Script Code <script> var id_maest...
asked by 11.05.2018 / 14:47
1
answer

Checkbox validated and show popup

I explain, it happens that I want that when you accept the terms and conditions, and when you enter, show me the pop up integrated in the button, but it happens the opposite or in disorder, without chulear the checkbox or being chuleado, if or i...
asked by 26.04.2018 / 22:04
1
answer

I can not call a controller by AJAX in codeIgniter

I'm moving my project to production, I was in a develop environment and everything worked correctly (localhost). When I migrate to production the calls by AJAX do not find the route I need. (Error 404) EDITO The variable 'bu' already...
asked by 30.04.2018 / 21:01
0
answers

Datatable- Customize PDF, Print, Excel buttons to floating buttons (FAB)

I am interested in knowing which route I should take to customize the buttons that come from datatable defects (pdf, excel, print ...) to group them so that they are floating buttons. I am using a template based on UIkit, the document shows the...
asked by 25.04.2018 / 12:33
0
answers

Login Jquery without PHP sessions

I'm doing a website where I have an Api with Lumen. I like Jquery to make a request to the API and log the user, but I can not understand if with Jquery something similar to the PHP sessions can be done, that if the user is not logged in, he wil...
asked by 25.04.2018 / 13:40
2
answers

Show button by having active "n" checkbox

I have a question and I do not know how to solve it, I want a button to appear only when I have all my active checkboxes for example 3. And that this button disappears when one, two or all are deactivated. I have the following but I think I'm wr...
asked by 26.04.2018 / 21:19
1
answer

How to re-calculate data already registered in MySql when editing or deleting a previous record?

I have a table of movements where register entry and exit of products each record has its quantity (entry or exit) and its current stock until there works correctly now because I want to move to the edit part and I was wondering if at the time o...
asked by 03.05.2018 / 22:21