Questions tagged as 'jquery'

1
answer

In my photo gallery, I can not open the images with ligthbox separately, how do I?

I'm creating a photo gallery to insert my work into my portfolio. I was able to create lightbox effect with jquery, however I would like it to open each image separately when clicking and not all together as it is happening. Here is the code:...
asked by 27.09.2017 / 16:11
1
answer

Expected out of order display

I'm sending requests, only this return comes in an unexpected order. I need the update guarantee to come first than support and advice. It's time to work, there's no time for it. Unexpected Return ExpectedReturn function requi...
asked by 27.09.2017 / 16:55
1
answer

Change font color Javascript / HTML / Jquery

I am developing an application in HTML / JavaScript / Jquery and would like to know how I change the color of TEXTAREA SOURCE by clicking on the button ... Does anyone have an idea? <html> <head> <!-- <script...
asked by 25.09.2017 / 20:00
1
answer

How to get all the href from another external page

I'd like to access an external page ( google for example), and inside it run a script to capture all the hrefs, I read about the fact that browsers do not allow to use GET to get the html, but I believe that I must have a way to do this, I have...
asked by 08.10.2017 / 20:59
1
answer

Assigning value using val (value) or attr ('value', value) does not work

I'm using typeahead , which works as follows, every text I type in the field takes the value of the field, goes to a database, searches and creates a dropdown with the values found. It works perfectly, but I wanted to as soon as the enter b...
asked by 18.09.2017 / 17:12
1
answer

Change which type input appears

I have a code that does form with questions and various types of response ("text, radio, check-box") and would like a code with jquery to put in my html that when the person select text- shows input type="text" and hides input t...
asked by 18.09.2017 / 02:01
1
answer

How to add an email mask inputmask in an input field inside a table?

How to add an email mask inputmask in a input field within a dynamically created %% table? Example: <tr role="row" data-row-index="0"> <td class="text-center"> <input id="chkSelecionado" type="checkbox" />...
asked by 19.09.2017 / 18:57
2
answers

Pass value from button to modal

I need help in the javascript code, I'm new and I do not know the syntax. What I need is to get the value of this button and play on the label id_user, how do I do it? <button data-target="modal1" class="negar" value="{{item.id}}" class="bt...
asked by 28.09.2017 / 15:16
3
answers

Capture value of a text without the mascara?

I have a text masked field as follows: $("#txtnuminic").mask("99999999-9"); And I'm trying to extract the contents of it without the mask like this: valor = $("input[type='text']").get(indice).value; I already know that I need to use r...
asked by 28.09.2017 / 16:12
1
answer

How to use the csrf class in codeigniter with onchange event?

I have the following situation: Form <?php $atributos = array('id'=>'cadloja','class'=>'form-inline','role'=>'form','data-toggle'=>'validator'); echo form_open('',$atributos); ?> <select class="form-contro...
asked by 06.10.2017 / 21:00