Questions tagged as 'jquery'

3
answers

Storage of POST variables in JQuery / Javascript

I have a form of login , which has to send some data by post and store it in a array with which we will work to make varied queries with databases (all this without using PHP). To all this, I wanted to know if javascript / JQuery ca...
asked by 12.04.2017 / 09:19
2
answers

Problems with the SRC in an HTML page

Trying my application I've noticed that in firefox - mozilla the input type='date' do not work, looking a bit in the network I found a solution with datepicker that on a test page works great! My problem is that in several pages I must...
asked by 17.05.2017 / 12:43
1
answer

SItuar a row to the beginning of a dataTable always [closed]

Good morning my people I would like to know if they have any example of how to put a row always at the beginning of a table made with the dataTable plugin and looked for several ways but I can not help it please?     
asked by 17.05.2017 / 22:11
1
answer

how to include jquery in webpack?

I do not know how to do it and I already followed several explanations that I found on the web and none of them work for me. I'm using vue-cli that works with webpack . try this: plugins:[ new webpack.ProvidePlugin({ jQue...
asked by 28.03.2017 / 18:36
2
answers

Join two scripts

I would like to join these scripts: <script type="text/javascript"> $(document).ready(function(){ $("#value").change(function(){ var idvalue = $('#value').val(); $.post("<?php echo base_url(); ?&...
asked by 29.03.2017 / 04:49
2
answers

Value is not shown as it should be

Good, I have a code which is giving me a problem. My code is made up of 3 things, a total variable, another for money received and another to show change or pending payment (depending on the result I received when verifying the total and the...
asked by 25.04.2017 / 13:54
3
answers

Define scroll to bootstrap modal window and not only to your body

I have a modal bootstrap window that normally has the scroll for the body. How can I make the scroll of the modal appear for the entire modal window? since when the body grows, when adding components, I can not see the top of the modal     
asked by 30.03.2017 / 10:30
1
answer

How do I load selects with jQuery, Ajax and Codeigniter

As it does, this file is to load the library of jquery to be able to use ajax and the jquery code where we will say that when the select with id country changes of option, in the change event table pp_countries ------------------ id country_na...
asked by 30.03.2017 / 21:50
2
answers

Fill in with blank web page

I'm trying to make a function using JQuery that eliminates the blank space that I have left in the pages whose content is very small. Attached an image to clarify the situation: The idea that I have been told is by JQuery calculate the...
asked by 27.03.2017 / 08:13
1
answer

How to activate / deactivate a list of buttons "Bootstrap Toggle" from javascript?

I want to deactivate the list of buttons of this type that I have on my screen, but I get an error, I do not know what I'm doing wrong. The way to deactivate it I'm taking it out of the plugin api . $(document).on('click', '#deshabil...
asked by 04.04.2017 / 22:54