Questions tagged as 'jquery'

1
answer

Save data from a query to an array and display it via JQuery

I'm doing a question and answer game, I need to make an appointment in the bank and I'll get 4 columns (id, question, answer and challenge) and it will return me 10, 15 or 20 lines depending on what is chosen by the user. After that, these colum...
asked by 09.01.2017 / 20:20
1
answer

I need to add a cell from a html table dynamically

Hello I'm having a code I would like it to do the sum between the cells of a table and display below in total as per the code below. -more like dynamically as you add another column below the product without having to change the javascript....
asked by 03.01.2017 / 04:50
2
answers

Error Menu Appears Slowly

So I'm having problems with if else and with hide (), show () I'm creating my portfolio and I want the menu to be fixed from scrolltop 70 and I want it to appear slowly Then I did the following if($(window).scrollTop() > 70...
asked by 09.01.2017 / 22:54
1
answer

Uploading files and inputs of any type submitted with ajax

People I need help for the first time I can not put something into practice. I need to make a form containing <textarea> and inputs type text, number and crucially of type file be submitted to the server through AJAX. But I can not...
asked by 04.01.2017 / 01:36
1
answer

Problem to apply a jQuery mask to a modal

I have a modal in HTML and there are two text fields that should receive dates, I'm trying to apply a mask using jQuery to those fields, but I was not successful, the mask usually applies when the fields are not part of the modal . HTML code:...
asked by 28.12.2016 / 13:01
1
answer

Do I need to enable Cross-Origin Requests for ASP.NET Web API?

I did a test application, where I point to a web api that is online, the address of this api works and return the data if it is posted in the browser URL, it does a GET. In the test application I have: <Div> <Select id="metho...
asked by 27.12.2016 / 20:25
1
answer

apply css property directly by javascript and a good practice? [closed]

I am creating a website and for me to be able to keep a bigger control and save time having to be changing the tab all the time I am applying the properties direct by javascript, I would like to know this influences something insira o código...
asked by 27.12.2016 / 03:32
2
answers

putting parcel value into dynamically created input

I have the following code: Total: <input type="text" class="form-control" id="total" name="total" value="220,00" disabled="disabled"> Data: <input type="text" class="form-control data" id="datavenda" name="datavenda" value="07/12...
asked by 07.12.2016 / 23:19
1
answer

How to paste element by Jquery id? [duplicate]

I have the following HTML code generated by PHP: <li id="15" data-status="Em Processo" class="list-group-item tasks-list-group"> <p style="display: none">#15</p>...
asked by 08.12.2016 / 14:53
1
answer

Jquery Validate - Check at least 1 checkbox true

I use bootstrap toogle for this example: link I have 4 checkboxes, one of them should be true. How to do this with jquery validate? Follow the code below: <label for="checkbox[]" generated="true"></label> <label class...
asked by 17.01.2017 / 20:17