Questions tagged as 'jquery'

2
answers

Count rows with javascript

I have a script where I get all the emails of a textarea , sending them via Ajax to another page, using the split to separate the lines. However, if I have 10 emails to send the newslast every 1s it runs and sends line by line to my Ajax. S...
asked by 27.12.2017 / 09:29
0
answers

AppendTo (script / script) does not execute the added script

I'm creating a light box so that it runs based on the click on a link. The light box works normally and I can add content inside it smoothly. The question is that in this particular I need to add a javascript that pulls one of my forms. Th...
asked by 27.12.2017 / 12:24
1
answer

Uncaught TypeError: Can not set property 'focusInvalid' of undefined

I am making a validate to be used in conjunction with tinyMCE. On the Jquery Validate website, there is an example to do this. There it works. On my site is the message "Uncaught TypeError: Can not set property 'focusInvalid' of undefined". I've...
asked by 22.12.2017 / 15:54
1
answer

Capture a record on a table and then insert it into the bank

I am developing an order form for a workshop. I need the registered service to be linked to an already registered customer. For this I created a search form where the user can search the registered customers and select only one. No form I...
asked by 08.01.2018 / 22:02
1
answer

Update DIV with Ajax Asp.Net C #

I'm setting up a Ticket Tracking Panel, basically there are two things, 4 fields and 1 chart. I would like to update them periodically, I tried with <meta http-equiv="refresh" content="10" /> However, this recharges the entire...
asked by 09.01.2018 / 12:27
0
answers

horizontal div with pages one by one

Good afternoon programmers friends, I have the following doubt: I have a div (#grid) with several blocks (.item) floating side by side, but only the first 3 are being shown and the rest of the blocks are hidden. I need it when I click the >...
asked by 13.12.2017 / 21:50
1
answer

How to add value to an input when pressing a link with jquery?

I'm having the following problem: I'm not able to set the value to a input when it's inside a function . Example: $(document).on('click',".edita_cliente", function(){ var id = $(".seq").val(); $.ajax({ url: 'php/li...
asked by 14.12.2017 / 00:21
0
answers

Bootstrap Alert in field validation

The form contains a validation for blank fields with a Twitter-Bootstrap alert in jQuery's "on.click" event, when I click the button for the first time on the "Register" button the alert is displayed, but if I click again on the "Register" butto...
asked by 13.12.2017 / 14:08
1
answer

Empty textarea post with jquery ajax and formdata

I have a form that uses Ajax to do the POST in PHP and make the insertion in the database to get the data I use FormData however the textarea inserts empty in the bank. <script type="text/javascript"> function submitForm() { var myFo...
asked by 12.12.2017 / 00:42
0
answers

Remove file from multiple upload

I'm doing a simple upload of multiple files. I can remove a thumbnail that I create to view, but I can not remove the file that is in input . I even put alert , confirming that I can get the file name. The problem is that it does n...
asked by 10.12.2017 / 23:30