Questions tagged as 'jquery'

2
answers

Login System - PHP and JQuery [closed]

Hi, I am doing a login system and I have doubts about its security, it is very simple and it does Ajax by JQuery from a PHP page with MySQL, the code is this: HTML: <form id="loginForm" name="loginForm" action="teste.php" method="POST"...
asked by 20.03.2016 / 20:44
0
answers

I can not get return from the REST webservice

I'm trying to communicate my .html client with a REST service I created in ASP.NET C #. At first it was just to login and if the login and password was correct it redirected to the home page of my application. The problem is the following my AJA...
asked by 21.03.2016 / 18:06
1
answer

How to get a certain variable json

<script type="text/javascript"> $(".addTrack").live('click', function() { $('.playerTocador').css('display', 'block'); var mp31 = $(this).attr("data-servidor"); var session = $(this).attr("data-session"); //$('.terra').load(...
asked by 28.03.2016 / 17:59
0
answers

jQuery ajax content-type clarification

What would be the difference / utility to use: beforeSend: function(jqXHR) { jqXHR.overrideMimeType('text/plain; charset=iso-8859-1') } and contentType: 'text/plain; charset=iso-8859-1' , and the contentType just does not work....
asked by 23.03.2016 / 17:08
2
answers

Problems with Jquery selectors

My problem is this, I have this code: <script language="javascript"> $(document).ready(function(){ $('#simular').each(function(){ $(this).click(function(){ $("input[name...
asked by 13.04.2016 / 03:57
1
answer

Request Ajax jquery Jsonp Returning Undefined

I need to handle the feedback of the following code below. Remembering that it works correctly however, at some point, the searched term does not exist returning "undefined" and does not show anything on the screen. I need you to look for a stan...
asked by 12.04.2016 / 14:34
1
answer

problem with menu in firefox

Galera I mounted a table where I right click on it and open a menu. The problem is that in firefox I have to give 2 clicks. And it closes when the mouse moves. I tested it in all browsers and everything is ok. Does anyone know what it can be?...
asked by 13.04.2016 / 22:30
0
answers

jquery .load and .ajax return different values, why?

Hello, My problem is that using .load or .ajax on the same address, I get different data values. Here's an example: <span id="charset"></span><br/> <span id="d_nome" title=".load"></span> <span id="d_nom...
asked by 06.03.2016 / 17:16
0
answers

Reload, Hyperlink

Hello, I'd like to know how to display the window.onbeforeunload message without the Prevent this page from creating additional dialogs option, for all ways to exit the page with for example, close the browser, F5, clicks on hyperlinks, ETC....
asked by 15.02.2016 / 11:56
1
answer

Click event is not working

I'm trying to create a dynamic object for a click event. Each time a page loads, the data that is saved in the database will be filled in on the front. The click event has the same rule as the event that checks if the element is checked as...
asked by 29.02.2016 / 17:39