Questions tagged as 'jquery'

1
answer

Go through a table and get data with javascript [closed]

I'm a newbie with Javascript and I need to walk through the rows of a table and if checkbox is checked, get the value of a column (ID) and store it in array .     
asked by 22.03.2018 / 15:04
1
answer

Insert multiple products + a rental date for each

I have a tremendous doubt and no way to solve it. I need to select products to rent for a client and give them a rental date, but I do not know how to present it in the system in a simple and functional way. Example: DB Products 1 -...
asked by 15.02.2018 / 14:37
1
answer

circle with several bars with jquery and css

I'm trying to create a circle with bars inside that accompanies the edge of the circle, I'm hours breaking head with it. Here is the code I took all day to do, but it's still not that, $(function(){ var left = 50, rotate = 0,...
asked by 16.02.2018 / 21:56
1
answer

Update sweetalert 1.x for sweetalert 2 + javascript promises

When updating the library SweetAlert it stopped working, debugging the error saw that it had many modifications that made version 1.x incompatible with the new version, so I would like help transcribing my deletarRegistro() function....
asked by 13.02.2018 / 18:04
0
answers

Datepicker BeforeShowDay using web api

Good evening, I need to make a calendar (using datepicker from jquery ui), where the dates in the database need to be highlighted. But I have no idea how. I am using a webapi (local), which takes the Sql Server information, the api web backend i...
asked by 12.02.2018 / 04:51
0
answers

App with HTML, automatic form

Are html apps functional? I'm trying to create one and I have a form where a contact is defined in the calendar, a pre-defined message and when I click the button, this message will automatically be sent to the contact. Can you help me?     
asked by 30.03.2018 / 17:33
1
answer

Dynamic Selects

I wonder if you can create dynamic selects on a page, identical to the free market signup. Actually, I'm trying to create an integration exactly with their routine. I'm having difficulty with the categories. Depending on the type of the paren...
asked by 31.03.2018 / 04:03
2
answers

Header and html footer with css and jquery for all pages divided into sub folders

I'm having a problem to call my header and footer on all pages, because when I put sub-folders inside the project, it simply does not get any more and I tried everything but I can not solve it, the js (jquery) , header and footer and the index,...
asked by 31.03.2018 / 20:29
2
answers

Using Jquery on a PHP page is it possible?

I have a Login page, which has a form, which sends the data of two fields (username and password) to a PHP file that performs the verification. This php file uses a function already written to a class. In this function, if the result is true, a...
asked by 30.03.2018 / 21:42
0
answers

Asynchronous Request Jquery + Ajax + PHP returns empty object

I need to check if cnpj is already registered in the database and return to the client if it already exists in the database, the problem I do not want to happen refresh the page so that the user does not lose the data typed, the php script is wo...
asked by 31.03.2018 / 18:25