Questions tagged as 'jquery'

1
answer

Php does not read POST data

I've created a form that will be submitted via JQuery, specifically: link . Well, I submit the form, the php file is recognized, it returns the error messages and everything, the problem is that it does not recognize the data received via PO...
asked by 24.08.2016 / 02:07
2
answers

Problem with Show and Hide Div with Jquery

I have a code, where I want to display the result of a sum without reloading the page. As an example, I've already set initial values in the fields. * Problem: I have a div with id resultado that has a css to hide it in the init...
asked by 27.08.2016 / 02:21
1
answer

Insert data in db with codeIgniter and ajax

Hello I'm trying to insert data into my bank with ajax but I'm not getting it, it always returns me the error message Controller: public function insert_user_data(){ $this->load->model('crud'); $this->crud->insert...
asked by 28.03.2016 / 19:28
2
answers

How to select items from a list and populate another div with the selected items using Jquery?

In div-students I have a list, and clicking on each student would like to fill in another div-group that I will put inside a form to register a group of students, that is, the user will select the students they want and each click that stude...
asked by 11.04.2016 / 22:52
1
answer

Datatable does not sort the field when you change the value locally

Good morning guys, I'm using the Datatable to do sorting, however when I change the value locally from the status and without posting the page the Datatable seems to ignore my change and sorts all others but what I just changed is not sorted,...
asked by 30.11.2015 / 13:00
1
answer

Open div when clicking on specific element

I made a foreach on my bank plus the code will stay very long continuing, What I want to do is to have the user click on the link to appear a confirmation of a div, this div will have a link to actually delete the article the problem is when I c...
asked by 08.01.2016 / 18:54
1
answer

Fill in Modal with Bank data

I have a Grid where I click the edit button and it should bring DB data into a Modal but it is not working. Follow the code. Button Obs. (The Button is bringing the id) <a href="#my_modal" data-toggle="modal" data-fornecedor-...
asked by 13.07.2016 / 15:45
1
answer

Get input value with jQuery

I'mtryingtogetthevalueofhowever,itreturnsmeonlytheinput.pgtasitcanbeseenintheimageabove,alreadytriedwith.valueand.val(),howeveritstilldoesnotwork,followthecodeimagebelow: Ineedittoreturnthevaluethatisinthefield,insteadofitreturningthevaluetheus...
asked by 20.11.2017 / 18:57
1
answer

Generate a PDF from an HTML Div [duplicate]

Good evening, everyone ... I would like to know what I can use to generate a PDF from a selected div. It could be in Jquery, VB, VB net or Javascript. Could you help me?     
asked by 21.11.2017 / 21:55
2
answers

How to get a .JSON from a URL with JS

I looked at some examples of the jQuery documentation, but I still could not. Code: <!DOCTYPE html> <html lang="pt-BR"> <head> <meta charset="UTF-8"> <title>Document</title> <script src="ht...
asked by 28.10.2015 / 18:29