Questions tagged as 'jquery'

1
answer

Problems loading a DataTable in Page Load with JavaScript

I'm a beginner with JavaScript and I'm having a problem when the DataTable of my Index is loaded. IfIopenasection,inmyIndex,andputtheJScodeinsideit,everythingworksperfectly. @{ ViewData["Title"] = "Gerenciar Situações de Pessoa"; }...
asked by 08.06.2018 / 12:58
0
answers

Auto Complete of chrome fills in wrong fields

I have a WEB application that queries dynamically using SQL. After the chrome update, all system inputs are coming with the user name already filled in. Example: value = 'SUPERVISOR' and value should be blank. Does anyone know how t...
asked by 22.05.2018 / 16:41
0
answers

Doubt in Ajax return handling, receive feedback from an API

I have an asp.net web.api API I'm doing a method that sends the login information, I'm having a hard time making the return processing, even sending erroneous information is passing as certain. <script> var usuario, senha;...
asked by 20.05.2018 / 17:27
0
answers

How to return the value inside a function? [duplicate]

The best way to do a% $('random-button').click(function(){ console.log(moveFile()); }); function moveFile(fileID, newFolderID, currentFolder){ gapi.client.drive.files.update({ 'fileId': fileID, 'addParents': n...
asked by 19.05.2018 / 20:28
0
answers

Show when user is typing in chat [closed]

I have a chat developed in PHP and JQuery and want to show when a user is typing. Does anyone know how to develop? The idea is when one of the user is typing, the other is receiving a message similar to the one below: So-and-so is typing...
asked by 17.05.2018 / 23:49
1
answer

Setar Interval every 1 second [closed]

I have a problem: To check if the button is visible (it takes 30 minutes to appear.) But as the function varies to remove it, it can increase the time for it to appear so I think it is better to use Interval 1 second) , you need to set a 1-seco...
asked by 01.06.2018 / 16:42
1
answer

Submit a post request with ajax for PHP

I'm trying to send text that is typed via ajax to a php page that will make a query using that text that is received. I want to know how to send the value of nmCliente to the php page. I tried the following code and the return was 500...
asked by 16.05.2018 / 16:16
0
answers

Custom Page Scrolling [Pending]

How can I build a scrolling effect similar to this one? link And how to do the "appearance" ( fade in , move) effect of objects?     
asked by 16.05.2018 / 21:52
1
answer

How to draw a floating div after a certain scroll

I'm here at work, and I have a problem here at the site I'm touching. I have a side div that has a js code to stay fixed on the page (floating) as soon as it arrives in top0 (follow the link below) p> $(function(){varjElement=$('.eleme...
asked by 15.05.2018 / 17:24
4
answers

How to create a real-time notification system similar to Stack Overflow?

I am developing a Help Desk system, and would like some ideas on how to create a notification system similar to Stack Overflow itself, whenever any new support is registered. I want to use PHP, MySQL and jQuery only. Should I use window...
asked by 16.03.2014 / 20:21