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
-
1
votes0
answers83
viewsEdit Cell from a Table
Guys, I need some help, I’m filling a table with a result of a Select SQL. As the code below shows: $sql = "SELECT Nome, COUNT(Especialidades_idEspecialidades) FROM especialidades_has_professores AS…
-
1
votes2
answers1235
viewsHow to display mouse inactivity element?
For example, the user enters the page and, while not moving the mouse after a certain time, an element appears.
-
1
votes1
answer201
viewsJqplot - Online caption
I’m creating some graphics using Jqplot, but I came across a difficult situation. Test graph: As you can see the caption is in vertical sequence and I would like to place it in horizontal sequence.…
-
1
votes1
answer122
viewsappend com jquery
I have a table that opens in a pop up for the material search of a material request registration, on the page (without being the pop up) has another table that when I add a material that was…
-
1
votes1
answer116
viewsConflict $ between scripts
I’m trying to use these two scripts: http://suprb.com/apps/gridalicious/js/jquery.grid-a-licious.js http://suprb.com/apps/gridalicious/js/jquery.fittext.js But I use jQuery and Prorotype on the same…
-
1
votes2
answers162
viewsHow do I get the size of the user resized window?
I’m trying to use a script to make an image disappear if the size of the resized window is less than 400px wide, but it’s not working... Script: <script type="text/javascript"> $(function(){…
-
1
votes0
answers319
viewsGeocoding using Google Maps and jQuery
I created a bar for the user to enter the desired destination location. This address is captured through the function click() of jQuery. At this point the code is working, but for some reason, the…
-
1
votes2
answers49
viewsInput file type as read-only
I am trying to set as read-only an input file type when clicking on Ubmit, but the way below did not work. Any suggestions? <script> $(document).ready(function() { $("#salvar").on('click',…
-
1
votes1
answer142
viewsMigrate jQuery to jQuery2
I have a schedule in the version of jquery 1. * paging that is working well, only that the site is using jQuery 2 and since I don’t have much knowledge of this version of the library, I would like…
-
1
votes1
answer272
viewsJquery - click button to do the listing show and button Hide?
Good, I implemented a listing and I have a button where more elements appear. However, I want this button to disappear. I implemented this code, but the button does not disappear: <script>…
-
1
votes1
answer39
viewsFRONT END - jBox?
How or what to use to make an effect in which the user realizes that the table minimized even that little tablet ? For example: The effect of minimizing MAC ... At the moment there is only one…
-
1
votes1
answer799
viewsHow to take the selection out of a dropdownlist using jQuery?
I’m not so familiar with jQuery, I’d like to know how to get the attribute selected dropdownlist using jQuery?
-
1
votes1
answer136
viewsAPP works on XDK debug but does not work on smartphone
Hello! I’m new to mobile development. I’m writing an app that should consume a webservice in PHP and from the Json that this webservice will return, popular a listview. Simpleton. The webservice is…
-
1
votes3
answers506
viewsSite locking on specific pages
I have few functions on this site, but I believe some jQuery is doing the following page curb. The scripts are basically: <script> $(document).ready(function () { $('.contato').hide(); });…
jqueryasked 9 years, 5 months ago Rafael Barbosa 2,855 -
1
votes0
answers9
viewsuse variable in . eq
I need to put the value of a variable in the method . eq, this variable takes an integer value. But it doesn’t work. I’ve tried several ways and nothing. $(document).ready(function(){ i = 0; for(i =…
-
1
votes0
answers56
viewsPrinting of Pages
I’m facing a problem with web page printing. I have 3 pages . php pag1.php; pag2.php; pag3.php; I would like the user to click the print button and my print Function() to be triggered - so far…
-
1
votes0
answers204
viewsCalling youtube video with click to a responsive Section with jquery
I would like to call several video from the Youtube channel for a Section, the calls would be one by one, through click, to the various titles corresponding to the video, or it can also be link.…
-
1
votes0
answers83
viewsDo not let the scroll stay in the middle, stay in one element or another
Before too I wanted to apologize for the title of the question, I could not find a better way to explain. What I want is a 'normal' page, which has for example: 5 sections, I wanted in the scroll we…
-
1
votes1
answer1242
viewsHow do I make Jquery Mask not accept numbers?
I am receiving a data that would be the first three digits alphabetic characters and the other 4 numeric (A vehicle plate). I saw on a site that to receive only letters in Jquey Mask, just use the…
-
1
votes1
answer608
viewsRecover data in jQuery form
called js. function clienteChange() { var id = $('#idCliente').val(); $.ajax({ url:"/Entregas/clientes.endereco.php?id=" + id, dataType : 'json', success:function(result) {…
-
1
votes2
answers15503
viewsRun JS when opening the page
Good evening. I have a js where I need it executed when loading the page. It works when I click, but I cannot make the calculation automatically when loading the page. $(document).ready(function(){…
-
1
votes2
answers800
viewsHow to get the CSS that was defied on another page?
Hello, I’m new in front-end development, sorry if my question is a bit rough, but what I would like to know is if it is possible to get the CSS file that was set in a page and uses that same CSS in…
-
1
votes2
answers8428
viewsPass id of a table data to modal?
Good morning guys, for a college job I’m trying to create a modal, for decision whether or not I want to delete a record from a table, in this table I have the user information on a grid with new…
-
1
votes0
answers211
viewsAutocomplete with id and name search
How can I make an autocomplete with search in two columns of the database? I’ve looked at several examples, and I’ve seen one that uses a kind of grid, it’s like $("#seletor").combogrid(...). I’ve…
-
1
votes1
answer203
viewshow to do . append() on the right card, according to the right array element
Good morning I am new to programming in jquery, and at the moment I am in a stage where I need to make a table, in which the lines of this table consist of two buttons and four cards (cards), if…
-
1
votes1
answer100
viewsjLln - Make dynamic query by taking 'Select' values
I’m using jLinno to search for in a Array of Objetos I would like this search to be dynamic, taking the values of Selects my example: <select id="firt"><option>Select…
-
1
votes0
answers67
viewsPostcards with background image and dynamic text in php, for sending by email
Good afternoon, I will need to make a web page where a user chooses a background image and then in a text box adds a text and finally can send it by email. Kind birthday Christmas card etc. Can…
-
1
votes1
answer5066
viewsChange label
The JQuery below is not changing the html of label: <script src="_global/_js/jquery-2.1.4.min.js"></script> <label id="precoSedex">0.00</label> <input type="radio"…
jqueryasked 8 years, 6 months ago Carlos Rocha 1 -
1
votes1
answer94
viewsjquery to know if field was validity with correct default
Well, I have a text field: <input pattern="[0-9]{2}[.][0-9]{3}[-][0-9]{3}" type="text" id="campo" required /> How do I do in JQuery to know if the completion is in accordance with the padrão?…
jqueryasked 8 years, 5 months ago Carlos Rocha 1 -
1
votes2
answers298
viewsHow to insert a javascript generated html variable
The problem I have is this. I have a code that generates several html results for me. I just need a detail I couldn’t implement. The code is as follows:: $('#avaliacoes').append('\<div…
-
1
votes1
answer656
viewsAjax is returning Undefined
Guys, I’m just trying to list the names I have in the bank, but the message undefined, can anyone help? Below is jquery + the query to the bank. jQuery: <body> <script>…
-
1
votes2
answers1338
viewsMake Ubmit from a form via ajax
I have following code in my controller: [HttpGet] public ActionResult Mensagem(long idT, long idD) { string raaluno = acr.getAlunoLogado().ToString(); ViewBag.idT = idT.ToString(); ViewBag.idD =…
-
1
votes2
answers643
viewsHow do I send data from a table html in a form post?
I have a form that contains a list within a tag table, how do I upload the data from this table to the table itself POST form? Without using hidden inputs. If possible in pure Javascript, but if no…
-
1
votes1
answer402
viewsHow to create functions for extension
I’m creating an extension, my first extension for Google Chrome, the extension consists of changing elements of any page and change things, but wanted to put a function to a button via onclick, but…
-
1
votes1
answer1243
viewsUpload error [Function.move-uploaded-file]: failed to open stream: Permission denied
I’m trying to make a record where I have uploads of images and need to save all this content in different tables. The text part is saving perfectly but the photo part is not saving yet. Follow the…
-
1
votes2
answers471
viewsChange table structure using JQUERY
I am not very knowledgeable of JS, but I need to solve a problem using Jquery. I’m making a contact list using Bootstrap and a plugin called Bootstrap-Table that manages the issue of filter and…
-
1
votes1
answer91
viewsHow to group comic book values?
I am rephrasing this question more clearly. I have the following challenge; I have a BD that contains 16 fields of information, this BD keeps bets placed in a system, to later be able to process the…
-
1
votes1
answer50
viewsjQuery Add Group Fields
I have the following jQuery - Addservico var countServs = $("#countServs").val(); var table = $("#servicosTable"); var modelo = $("#servicoModelo").html(); modelo = replaceAll(modelo, 'COUNT',…
jqueryasked 9 years, 5 months ago Sr. André Baill 6,946 -
1
votes0
answers65
viewsField jQuery mask for mobile/landline phone with ninth digit
I got the following jQuery jQuery(function($){ $("#telefone").mask("(99) 9 9999-9999"); $("#celular").mask("(99) 9 9999-9999"); }); However, when typing the number in the field, if it is a landline…
jqueryasked 8 years, 5 months ago Sr. André Baill 6,946 -
1
votes0
answers97
viewsTaking data jQuery
I am developing an image upload where it is possible to upload multiple images. When people choose their images along with Preview on jQuery, I show 2 fields, one from the link and another from the…
-
1
votes1
answer1665
viewsHow to know the type of the DOM object
I wonder if via JS or Jquery, there is a way for me to identify the type of DOM object I am manipulating. For example, I make the following selector: $('#filtos select, #filtos input').each(function…
-
1
votes1
answer328
viewsjquery.fileupload change name before upload
I have a product registration system and I’m using to send the images jquery.fileupload. It’s working perfectly, but some customers are having trouble with the duplicate name or names with space.…
-
1
votes2
answers1499
viewsForm being sent twice in a row
I have this code in my JS: $('#form-sign-in').bind('submit', function(e) And in my FORM has a Input Type Submit. When I click on it to make a simple registration, it is sending two requests. I’m…
-
1
votes0
answers42
viewsAnimate() only works in the first transition
I am creating an infinite Carousel that should be excited between transitions, however the event .animate() only works in the first transition, the rest is completely static, without animation.…
-
1
votes1
answer166
viewsChange page in same php file
Good staff I’m new in php and 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…
jqueryasked 8 years, 5 months ago João Santos 23 -
1
votes2
answers841
viewsMoving character and map with canvas+js
Well I have a question, I would like to know how I could use the image in normal size, but that I can navigate it with the left and right directional, example, I have a canvas of size 968 wide and…
-
1
votes1
answer354
viewsDynamically add and remove fields with sum and multiplication of values
I have a tab, where the user should put the amount and value of each item. He can add as many items as he wants. At the bottom of the page, it will show the total result of the sum of all possible…
-
1
votes0
answers81
viewsUpload with AJAX, does not go with files older than 2 megas
I have an image UPLOAD code with AJAX: $.ajax({url:"php/upload.php", type:"POST", data:new FormData(this), contentType:false,cache:true,processData:false,success: function(resposta){ It only works…
-
1
votes3
answers347
viewsFavorite facebook style button
How to create a favorite Facebook like button that after clicking is marked and sends the request to the database in background, something like this: The First button is the normal state and the…
-
1
votes1
answer182
viewsNavigate tab input with values
First of all it is not the same question that did previously, is a supplementary question. I currently have the following model on Jsfiddle that works regularly, you will pressing tab and the scroll…