Questions tagged as 'jquery'

1
answer

Is it possible to redirect a page and send a value of a field at the same time in jQuery?

I needed to get a value from a clicked option and send it to another page, but I would like to be redirecting to that same page. I'm using jQuery from the mobile library, below is my code in jQuery and the option: <script> $(document).r...
asked by 24.06.2016 / 19:40
2
answers

Call form send by function

I'm trying to send a form through a function. Follow the structure. form with id: last name input with id: nickname event keyup no input. onkeyup="$(this).check()" Javascript (function($) { $.fn.check = function() {...
asked by 24.06.2016 / 01:25
1
answer

Error with popular google charts

I'm encountering the following error:    VM3611: 231 Uncaught Error: Unknown header type: 6 Code: google.charts.load('current', {'packages': ['corechart']}); google.charts.setOnLoadCallback(drawChart); function drawChart() { var js...
asked by 29.07.2016 / 18:34
1
answer

Conflict between focusout and click

I'm creating a form. In the text field I want to put on it a self-complete screen. I manually created any structure that works as expected When you type, you will see options that the user can click to complete the The problem is that ther...
asked by 29.07.2016 / 00:53
1
answer

Left alignment with element collision detection

Alignment criteria:  - Align left from element with lower value of 'left'.  - Elements with collision must remain beside the collided element. In the example the algorithm searches the leftmost element in reference to the other elements a...
asked by 30.07.2016 / 01:31
1
answer

file upload with error on return json

I'm uploading a file with jquery + ajax using the jquery plugin plugin. The processing of the form is all ok, the file goes up and the data is saved in the database. The problem is in return with the answer in json. This is printing the answe...
asked by 28.07.2016 / 21:00
1
answer

Datepicker Do not select certain dates

I'm not able to make this code work, I want some dates not to be selected in datepicker. Now it is not working anymore, it does not open the window to select the dates Can anyone help me? $().ready(function() { var ranges = [{ star...
asked by 14.06.2016 / 04:38
1
answer

Change page in same php file

Good people I'm new to php and I have a question here My challenge is to create a website (simple thing), with 3 pages a homepage, contacts and a page with the products. But the problem is that I have the contents of the 3 pages in the...
asked by 16.06.2016 / 12:05
1
answer

How to know the type of the DOM object

I'd like to know if I'm using JS or Jquery, there's a way I can identify the kind of DOM object I'm manipulating. For example, I make the following selector: $('#filtos select, #filtos input').each(function (index, obj).....); Insid...
asked by 15.06.2016 / 17:15
1
answer

HTML Conflicts in two javascript files

I'm having trouble calling two .js files in my html page, because the two do not work together, just separate, I believe it's a conflict problem, custom alert on my site, but when I paste the code on the site the captcha does not work, it l...
asked by 15.08.2016 / 17:04