Questions tagged as 'jquery'

1
answer

Pass array from javascript to php with ajax feature

Good morning everyone. I'm here with a question in a php / jquery job and I wanted you to help me In a javascript file I have this code here var categorias; var categoria; var array = []; $(document).ready(function(){ $.g...
asked by 09.04.2015 / 15:21
0
answers

Retractable menu breaks css properties when triggered [closed]

/* Responsive Mobile Menu v1.0 Plugin URI: responsivemobilemenu.com Author: Sergio Vitov Author URI: http://xmacros.com License: CC BY 3.0 http://creativecommons.org/licenses/by/3.0/ */ function responsiveMobileMenu() {...
asked by 02.06.2015 / 22:46
1
answer

Automatic print after HTML is loaded with AngularJS

When you click a button to print a report, it should consult with AngularJS some information in the database and then execute the command for printing (% with%) after the page is already loaded information. When I try to do this, it goes into...
asked by 29.05.2015 / 14:49
0
answers

Arrow Navigation in Div [closed]

I'm doing an autocomplete in jquery and ajax , the results obtained by ajax I'm putting in <div> . I would like the user to be able to navigate with the arrow by the results, leaving <input> and na...
asked by 06.05.2016 / 18:57
2
answers

What is the best way to upload files with Ajax?

I could get a code on the internet paste here and try an answer but I'd rather have it help me with the logic and programming of a script to upload images in Ajax. I do not know how to start, I'm a beginner but I already know some things about j...
asked by 05.08.2014 / 15:23
1
answer

uploadify does not upload

<script type="text/javascript" charset="utf-8"> $(function() { $('.startupload').click(function(event) { console.log('teste'); $('#file_upload').uploadify({ 'uploader' : '../_SWF/up...
asked by 12.06.2015 / 20:31
2
answers

Calling in jQuery function does not find file

I made a jQuery function and in the passage of the URL it is not finding the file. I found it strange that he did not find it because the file exists. Every call I have inside the site is always the same, either src or href , the...
asked by 23.09.2015 / 15:43
1
answer

Retrieve a value that comes from a jquey rquisition for PHP [duplicate]

I'm here with a difficulty, I'm getting a value that comes from a JQUERY request to be presented in an input form, with the code: HTML <input type="text" id="valor"> With this TAG I can retrieve the value I want in HTML, my pro...
asked by 02.08.2015 / 02:03
1
answer

How to stop $ (window) .scroll in an on-demand query

I make an on-demand query on my page, I bring the information from the database as the user uses the scroll. $(window).scroll(function(evento){ evento.preventDefault(); var init = $(".canal .lista ul#dem").length; carregar(init + 1...
asked by 17.07.2015 / 22:33
1
answer

Horizontal Scroll by pressing tab [duplicate]

I have a table created the DataTables plugin, and with it, I set the first four columns of my table that can have n columns - they are generated based on a database query - the fixed columns will always be present and informative, with onl...
asked by 22.05.2015 / 16:07