Most voted "jquery" questions
jQuery is a Javascript library focused primarily on DOM handling, event management and Ajax, seeking to free developers from directly dealing with a number of browser compatibility issues.
Learn more…11,371 questions
Sort by count of
-
0
votes0
answers53
viewsHow to Make a Simple Parallax
I need to make an effect Parallax where this the image of a game character and this the following phrase we play everything ... only that I tried everything and nothing works follows one of the…
-
0
votes1
answer237
viewsGET image/gif with jQuery
I tried this but the Google Chrome Developers utility recognizes dataType as xhr $(document).ready(function() { $.ajax({ type: "GET", url: "/img/img.gif", dataType: "image/gif", cache: true }); });…
-
0
votes1
answer87
viewsBuilding a function name and executing it
I have an object that is formed by various functions. these functions are table names that from a previous treatment I have to run them. The idea of the code is, if a table does not exist, perform…
-
0
votes1
answer504
viewsCircle with Percentage Effect jQuery
I found here on the site a topic about a certain effect. It’s a percentage in a circle. I couldn’t find an example site. But it’s kind of like this: http://anthonyterrien.com/knob/ However, the…
jqueryasked 10 years ago Diego Souza 16,524 -
0
votes1
answer192
viewsReturning Image with Google Feed API
I am trying to return the image of an rss feed using the Google Feed API and Jquery function parseRSS(url, location, container) { $.ajax({ url: document.location.protocol +…
-
0
votes3
answers48474
viewsGetting input value with jQuery
I’m not getting the entered value in an input field with jQuery: HTML: <input type="text" id="vendaMediaMensal" name="vendaMediaMensal"> jQuery: var vendaMediaMensal =…
jqueryasked 10 years ago GustavoSevero 2,567 -
0
votes2
answers228
viewsCalculation always active in Jquery
I need the following: I have 3 input fields for values/currency. These values are not populated in sequence, other fields, with other values are populated between these 3 fields. I need to know, how…
-
0
votes0
answers105
viewsRecover values passed by Jquey on an ASP page
Dear friends, I am with a big problem, I created a page that loads more values (load more) where I enter values via Jquery and recover in another ASP page through request example: page_number =…
-
0
votes2
answers1318
viewsCapture value of H1 and set on another H1 with jquery, with click
I have the following situation, I have two H1 in different locations on the website, I would like to click the value of one H1, pass to the other.
-
0
votes1
answer367
viewsHow to use Jquery in the Cordova project?
I started an open source hybrid project in HTML, CSS and Javascript using Cordova. I added Jquery, but I can’t use its features. Is there some mistake on my part? The code can be viewed here. When…
-
0
votes0
answers118
viewsEffect for two Ivs to move to opposite sides
I need two divs have the transition effect equal to of that website (press the arrow keys on the keyboard "UP" and "Down" to see what I’m talking about). I need that when the user rolls the scroll…
-
0
votes1
answer34
viewsFadein only in elements loaded by Ajax with append
I have a div that contains 12 jobs and a button below (see more) that loads 12 more jobs, the problem is that if I try $('#wrapperTrabalhos').append(data).hide().fadeIn(); entire div…
-
0
votes1
answer175
viewsImage gallery within Accordion (Jquery)
How do I create an image gallery inside an accordion, I want to click on the acorddion the gallery or slider go through the images automatically. I already have the accordion, but I can’t fit any…
-
0
votes1
answer167
viewsMaintaining input values with Jquery
Good afternoon, On a php page, I have several text input fields. On this page I fill each input with a value, 2,00, 3,00... How do I get these values to stay in the fields, in the inputs, even if I…
-
0
votes1
answer1045
viewsCalling a Class by javascript/Jquery
Is it possible to load a specific method from an ajax ? I’ll give you an example: var actions = { options : { action : "newPost" , dados : { title : "Novo Post" , content : "Conteúdo" , author :…
-
0
votes1
answer503
viewsJavascript to simulate Keyboard
Hello, I have the following case, an external page opens inside my iframe, I need javascript to simulate the "TAB" key until I reach the login field. so much so why my problem is in finding a way to…
-
0
votes1
answer1263
viewsSend object via POST between Javascript
I have two Javascript files and need to send an object arquivo1.js to the arquivo2.js via POST, this is possible?
-
0
votes2
answers43
viewsHow to use table in Banner Jquery?
Is it possible instead of using an image, to use a table in a Banner Slider? And how to disable the automatic Banner transition?
-
0
votes1
answer101
viewsPrevent media from continuing to click on <audio> tag
I have an audio player on the page, and reload the source through javascript. But every time I upload a new audio, the old one keeps loading, although it is no longer playing. And this is disrupting…
-
0
votes1
answer2256
viewsAnchor using Animate.scrollTop with custom height
I need to edit the content anchor to a lower height than the content. I’m using the js $(".white-felling").click(function(){…
jqueryasked 10 years, 6 months ago Thallyson Dias 409 -
0
votes1
answer954
viewsDetect screen size and scroll the responsive element
I want to make an application with the following settings, a screen (responsive),with a list of titles for video classroom on the right, and you need to have scroll,whenever I put the scroll in this…
-
0
votes0
answers40
viewsDraggable in jquery with multiple elements
I am developing an accordion that each item will receive a list of accordion. To dynamically sort the items of each accordion, I’m using jquery draggable. For the first accordion list jquery works…
jqueryasked 9 years, 11 months ago user3202066 1 -
0
votes1
answer1496
viewsSerialize() jQuery method not working
I have a modal with some fields in which I make an AJAX call for data processing, but the problem is when jQuery will serialize the inputs of my form. It just doesn’t work. Down with my modal:…
-
0
votes1
answer144
viewsJquery - For loop inside a DIV
You guys, good morning. Simple: I’m giving a For a div: <div class="Laço"> <div class="ItemLaco"></div> <div class="ItemLaco"></div> <div…
-
0
votes1
answer663
viewspass actionlink parameters to jquery function
How would I pass parameters from an Actionlink of a grid to a jquery function? This is the Actionlink: gridPortfolio.Column( format: @<text> @Html.ActionLink("Delete", "DeleteData", new {id =…
-
0
votes2
answers2499
viewsHow to take position of the Object (Indice)
How to get the position of the object that was found in $.inArray() ? var obj = [ { cidade : [ { nome : "Maringá" , uf : "PR" , } , { nome : "Curitiba" , uf : "PR" , } , { nome : "Londrina" , uf :…
-
0
votes2
answers545
viewsSummernote plugin fullscreen modal problem
I’m using the Summernote plugin for creating content within a system. But when I’m on fullscreen and try to add a link or image, the respective modal appears behind the bootstrap backdrop. I have…
-
0
votes2
answers162
viewsCentralize page numbers
I have the following pagination: < 1 2 3 4 >. Perfect, what happens is that this page is in the middle of the page. I can center the div which will contain these numbers, but how to do to…
-
0
votes1
answer598
viewsHow to make a lightbox with CSS and jQuery?
I’m looking to make a bar of login with lightbox, that is, when you click on link "enter the website" a <div> that was hidden and a transparent dark background will appear. How do you build…
-
0
votes2
answers78
viewsWait variable to be set to "open signaller"
I have the variable x that goes through processes to be really defined and it takes a while, and to mess with the rest of the application I need it to be defined, that is I need to wait for it to be…
-
0
votes1
answer202
viewsI cannot return Web Service value to PHP
I have tested the web service through Soapui and it is working normally returning the values. XML of the web service This XML file does not appear to have any style information associated with it.…
-
0
votes3
answers139
viewsExchanging link as input text
I need to create a input text that, as I enter a quantity, it changes the link of a button, but only a part of the link. For example, I have this link:…
-
0
votes0
answers39
viewsHow to make Jquery run on all pages simultaneously
For example: with 2 facebook pages open, open some conversation with a friend on 1 of the pages, go to 2 page and you will see that the window is open there too, how is this possible? How is it…
-
0
votes2
answers197
viewsHow to set an element via jQuery/Javascript?
I’m doing an integration with a social plugin and I’m having a problem. My code: linkedin : function(self){ var sett = self.options.buttons.linkedin; $(self.element).find('.buttons').append('<div…
-
0
votes1
answer672
viewsRemove Registration in jQuery
I would like you to click Delete, delete the mysql database record.. No re-load the page... using jquery.. Can anyone inform? Grateful
-
0
votes1
answer416
viewsjquery upload file pass php variable to Javascript
am using this plugin JQUERY UPLOAD FILE and it is all ok with the upload I am increasing function of creating directory and upar inside them however I am not able to pass the variable id of php to…
-
0
votes1
answer346
viewsAdd Html5 Player automatically
I am looking for a way to add Html5 player on the pages of my website. I own mp4 videos, which are soaked. I would like to transfer these videos in Html5 applying a new player on the page. Example:…
-
0
votes3
answers3776
viewsHow to run a jquery/javascript function only in the page load and avoid postback?
Hello. I have a function to "create" a Accordion of jQuery UI in my div. Turns out inside this mine div there are several controls that make post on the page. What I want is that by making a post on…
javascript jquery ajax asp.net ajaxtoolkitasked 10 years, 5 months ago Leonardo Ribeiro de Aguiar 105 -
0
votes0
answers101
viewsLoad form with disabled fields by clicking button
I would like to make a function in js, that when clicking on a display button, when directing to the page, load my form with all my fields disabled, so that the user can not change anything. How can…
-
0
votes1
answer284
viewsHow to make a for inside an Ajax html += ?
Hello guys I’m having a problem and I wanted a help. How can I make one for inside html += ajax? JS: $('.requerAjax').click(function(e) { e.preventDefault(); var mes = $(this).attr('rel'); $.ajax({…
-
0
votes1
answer345
viewsHow do I know how many pixels a div has height:100%? And how can I subtract a certain value from that total of pixels and apply what’s left to another div
I don’t know for sure how to do this, but in my case I would like to subtract 80 pixels from a div that has height:100%. I saw that it has to take the height of a div, but I would like to do…
jqueryasked 10 years, 5 months ago ivan veloso 2,900 -
0
votes1
answer40
viewsScroll the page vertically wait and roll again
I have a PHP page that reads an XML with an RSS, I wonder if there is a way to scroll the page until the second RSS appears and then continue until the next RSS so successively. See the page:…
jqueryasked 9 years, 10 months ago David Junior 61 -
0
votes1
answer527
viewsjQuery multiple word autocomplete
Using the following javascript code $.getJSON("../JSON/TAGS.json", function(tags) { var tagsArray = []; for(var i=0; i<tags.length; i++){ tagsArray.push(tags[i].tag); } function split( val ) {…
-
0
votes0
answers28
viewsApplying effect to scrollar mouse
I’ve separated my website by sessions: <section id="parte1"></section> <section id="parte2"></section> <section id="parte3"></section> And I’d like to apply an…
-
0
votes0
answers123
viewsInterfaith between CSS3 Transition and Jquery
I’m programming a one-page hash-browsing website using the tools available for CSS3 animation combining Transition and Transform. Using Less the code of the mixins looks something like this:…
-
0
votes1
answer162
viewsHow to use Jquery Sortable?
have that code where I’m using the sortable jquery. But I’m having problems, because I would like each item to be moved only by ico, but the current code allows you to drag each item from anywhere…
-
0
votes2
answers677
viewshow to use the Jquery sortable update method?
have the this code and would like to update the value within the div based on the position it occupies. I’ve already been able to get its value when the order is changed, but I can’t get other…
-
0
votes1
answer570
viewsRun PHP code within a jQuery condition
I have a modal window that opens, shows the option to click another button, that says yes or no. If I click yes, I intend to destroy the PHP session. How can I do this within the jQuery code that…
-
0
votes0
answers49
viewsPrint Popup Interfering with Main Document
I am using a plugin to make certain page print. Is the jQueryPrintElement.js. http://projects.erikzaadi.com/jQueryPlugins/jQuery.printElement/ When I click the print button, it opens the popup (from…
-
0
votes3
answers166
viewsFix name in search field
In this html there is the search field, where I type the name of the teams. There is the option to save the team as default, but I would like to save the name already, every time you open the page…