Questions tagged as 'jquery'

1
answer

How do I echo PHP to Ajax? Login System

I'm working on a sign-in system that warns the user if the username already exists in the database. Basically I have a popup window on the same page where the input fields are for both login and user registration. The idea was to submit the fiel...
asked by 28.06.2017 / 19:00
1
answer

Select filter stopped working

Hello, I need a help, I have a select filter that until yesterday was working, someone moved and stopped working, as I do not understand much of jquery, I decided to ask here. Note: The jquery file is still called normally. When the use...
asked by 28.04.2017 / 20:53
1
answer

Retrieve all checked checkboxes

I have this code that returns a list of the bank with a checkbox next to each, however when I send it via post it only takes the last one marked and not all: Example with vardump where I marked all: array(2) { ["seriais"]=> string(10) "3...
asked by 25.04.2017 / 16:42
2
answers

Apply the CSS of a child of element A to another element B

Is it possible to somehow use CSS rules applied to #elemento > .filho in another element #dots ? #elemento > .filho{...} In case I would need <div id="dots"></div> to receive the style of class filho...
asked by 27.04.2017 / 20:16
1
answer

Count only new records in the database and submit as notifications

I have the following question, I need to return in a panel that there are records that are not being displayed on the screen. Type I have 10 records being displayed, are registered 2 more then I need to show a notification similar to that of Fac...
asked by 17.07.2017 / 19:27
2
answers

Create and assign variables in For loop

How to do this logic within a loop FOR ? var G1 = $('#G1').text() var G2 = $('#G2').text() var G3 = $('#G3').text() console.log("NaN") console.log(G1+"\n"+G2+"\n"+G3) console.log(G1+G2+G3) G1 = parseFloat(G1) G2 = parseF...
asked by 16.11.2017 / 17:29
2
answers

How to consume webservice (WSDL) mails with javascript

I would like to use this web-service provided by mail for a small personal project (beginning, only the return address by the CEP): link Is it possible to consume it via javascript (pure or jquery)? The only time I used web-services was...
asked by 15.11.2017 / 20:20
1
answer

Ajax reload div

I have a page that displays with Ajax database information inside the div #addremoveprod, so everything is fine, everything is printing perfectly. I have also got in a part of the code a function to delete the queries made in the database (al...
asked by 15.03.2017 / 16:10
2
answers

Jquery does not delete table rows

I have the form below which when I click on Add More Pet , it adds another panel ButwhenIclickRemove,itremovesonlythebuttonsandthepanelscontinue.Lookatthecode:<tableborder="0" style="width: 100%"> <tr class='linhas'>...
asked by 26.08.2017 / 15:03
1
answer

Show user codes

Hello! I have a forum and in the posts of my users, they can add codes to display them using the bbcode tag [code] [/ code] . I'd like to know how to do stylize code, just as it happens here in SOpt. Any code that I enter, it will ap...
asked by 26.08.2017 / 16:43