Questions tagged as 'jquery'

2
answers

Avoid listing before loading the nav-bar

I resort here as the last alternative, I have a menu that adds a class to expand when I press a button and executes a transition, but the list appears before time, here the code: $(document).ready(function(){ $('.nav-button').cli...
asked by 22.01.2018 / 22:13
3
answers

Input only receive up to 8000

I need to enter an amount in an input only let me enter up to 8000 and if I put 8500 for example tell me that maximum amount is 8000. <input type="text" id="breadth1" maxlength="8000" class="form-control big" placeholder="Ingrese ancho to...
asked by 12.05.2017 / 18:55
2
answers

Select disabled

I'm trying to make only the select disabled switch on which I choose an option and do not set all the select disabled. Example: in the first select I choose B Babel only that select is set disabled $(function(){ $('.a...
asked by 24.07.2017 / 12:53
1
answer

Jquery .load () cross origin from the same subdomain

I have a problem when updating the content of a section when I try to do it with Jload's .load (). I do not know why but it tries to load the content of the main domain instead of the subdomain in which I am. The error I receive is:   ...
asked by 08.03.2017 / 17:10
2
answers

You do not show me the tooltip

Well, that's it, I'm trying to show a tooltip in an input field and it does not show it to me, I do not know where I'm having the error. //Javascript (JQuery) $(function test() { var valor = $("#nombre").val(); if( valor...
asked by 08.02.2017 / 19:38
2
answers

Pass value of an input to PHP

The value is sent from a page to a modal of Bootstrap in the following way by means of the data-book-id="" of the label <a></a> . <?php while($row = mysql_fetch_array($sql)){...
asked by 03.05.2017 / 19:28
1
answer

client.js for Trello API

I am trying to use the Trello library client.js to use the Trello API in my application. On their Trello API Get Started page they have a brief tutorial on how to use it, I follow the steps, I get my < em> Application Key , but when I insert...
asked by 26.04.2016 / 17:30
2
answers

How to create a formData.append to be able to send inputs of type File?

I want to send a input type="file" from a form , to send all the data of my form I use the formData , which I created from scratch in order to capture each of the data that exists in my form and receive it on a page php , on this page I can...
asked by 23.06.2016 / 23:35
4
answers

Get input name values with Jquery

I have an application with several checkboxes, and this code with Jquery : var checkboxes = $(".borrar_contacto"); console.log(checkboxes); And this with JavaScript : var checkboxes2 = document.getElementsByClassName("borrar_contacto");...
asked by 23.01.2017 / 05:04
2
answers

How to put ellipses in a text with JQUERY

I have a table which brings me from the database a description which varies the number of characters, the problem is that if a description has "1000" characters are shown in the table and that looks bad then I look for the way of being able to s...
asked by 25.01.2017 / 14:18