Questions tagged as 'jquery'

1
answer

Execute File in PHP - JQuery or Javascript

Alright? I do not know JQuery or Javascript, but I know PHP x MySQL well. I would like to know how to do the following procedure, I hope I can explain. Run the .php file , but this file may take a while to display all your results, wha...
asked by 05.04.2015 / 17:12
2
answers

Doubt about ajax (javascript)

With a doubt, you can send from index to api (using ajax) more than one value ?. I am accustomed to using the code like that. But I do not know how to send the value of 2 different inputs. <script> $.ajax({ url: 'api.php?line=' + val...
asked by 14.08.2018 / 22:54
1
answer

Text moving within a textarea

I'm developing a monitoring system and need to pick up a text from a log file and display it on a monitoring screen. This text should move within textarea from top to bottom. Does anyone know how I should proceed?     
asked by 12.12.2014 / 16:07
1
answer

Send a message to WhatsApp via site [closed]

I wonder if there is a way to send a message to WhatsApp via website. Example: The client is there on the site and there is a field to type a message and click "send" and I receive the message in my WhatsApp.     
asked by 03.01.2018 / 01:12
1
answer

Jquery code $ accuses it is not defined [closed]

Good afternoon. I was cleaning up the code, and when I see it in the Chrome console, it accuses $ is not set. jQuery code: $(document).ready(function () { $('form').attr("autocomplete", "off"); }); In the first line of the cod...
asked by 01.09.2016 / 21:07
3
answers

Show text randomly

I wanted my text to change every 10 seconds, like this: I wanted a text to appear in this place, and after 10 seconds it would change the text automatically, and so it would change ...     
asked by 23.02.2015 / 18:05
1
answer

How to hide div when clicking anywhere on the jquery page?

I have a script that shows a div I currently have to show when I click and hide when I click but I want to open the user when I click on any part of the page Hide the div Can anyone help? Jquery $(document).ready(function(){ $("body")...
asked by 11.04.2017 / 15:55
1
answer

How do I know if it clicked open? [INPUT] [closed]

Good People I was wondering if there is any way to know if the user clicked open there because I wanted to perform an action right after that. My goal is to execute an ajax request when the guy has clicked open ... I have a code here, but it doe...
asked by 31.12.2017 / 05:19
1
answer

Strange error undefined in visual

When accessing index.php from my site shows undefined of this type: ButwhenIgoinsourcecodethetextisspelledcorrectlythere: Honestly I've never seen such a bug.     
asked by 25.11.2017 / 19:04
1
answer

Place Scroll when in fullscreen

I'm creating a page and it goes fullscreen, but I have a problem when I enter fullscreen the rest of the content that is "below" is not shown, it only appears to the limit of the monitor. I'm trying to put a scroll bar with overflow , b...
asked by 24.07.2014 / 00:35