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
votes1
answer928
viewsInformative input, how to do?
Good afternoon, you guys! I am making an informative form with the Bootstrap Framework, where in some fields should appear an informative balloon on top of the field (type a dialogue balloon),…
-
1
votes1
answer1435
viewsBoostrap datepicker close-on-click event
Using jQueryUI datepicker by default the date click event and the datepicker close works. How can I do it on bootstrap datepicker ? JS: $('#data').datepicker({ format: 'dd/mm/yyyy', language:…
-
1
votes1
answer9260
viewsOpen modal window automatically when opening the page
I am trying to use the . load function of jquery, replacing the .click. because the intention is for the lightbox to open when loading the page and not clicking. JS TO OPEN THE MODAL WINDOW BY…
-
1
votes1
answer597
viewsPick up value on a checkbox checked item
I have this checklistbox. <div class="col-md-6"> <h3 class="text-center">Unidade de negócio</h3> <div class="well" style="max-height: 300px;overflow: auto;"> <ul…
-
1
votes1
answer180
viewsMatrix image sorting plugin
I am looking for a plugin in javascript or jQuery that allows me to have a table of images (for example, 6 x 6) and through drag 'n' drop or just clicks, allow me to reposition between them. I’ve…
-
1
votes0
answers541
viewsDIV update after file upload
I am developing an upload system with jQuery Form, it worked perfectly the upload with the insertion of the data in mysql via PHP, but I tried to update a div with the contents of the files…
-
1
votes0
answers41
viewsAuto-resizable images with Jquery Mobile
I’m using the classic example of listview present in documentation of jquery mobile. However, when using images of different sizes, I would like the image to automatically be the size of the…
-
1
votes1
answer263
viewsDisable icheck in a checkbox
Guys I’m using the icheck plugin to customize my page checkboxes. I have some checkboxes in a form and I would like the icheck to work only in the checkbox that has the class with the name icheck…
jqueryasked 9 years, 9 months ago Joao Nivaldo 1,229 -
1
votes1
answer392
viewsAdd Input with Jquery and how to get the data from this input
I have 1 JS button that creates input. I just can’t get this input data. I can create every input with a different name, but I have no idea how can I get these values from php. I tried to send the…
-
1
votes1
answer45
viewsSubmit form and update content from div
I have two select option with districts and counties. Through JSON I can filter the districts with the counties only that now I want to search the database. I want to submit the form with the two…
-
1
votes2
answers353
viewsDiv block of size proportional to itself
I need a div block that’s always proportional to itself, like width: 100px; e height: 60px; if width is 200px, height will be 120px, regardless of the size of the screen, and it should have width:…
-
1
votes1
answer115
viewsOpening "menu" at the point that was clicked
Well, let’s say I have a link, that link is 150px by 150px. I would like you to click on any part of this link, open a menu, exactly in the part that was clicked, and when you take the mouse over…
jqueryasked 9 years, 9 months ago ivan veloso 2,900 -
1
votes4
answers405
viewsHover does not work in div
I have the following HTML code: <li style="background-image: url(fotoSYS)" class="produtos f-left margin-right-30 margin-top-30"> <div…
-
1
votes1
answer3262
viewsTake the value of the input closest to a button
Given the code below, how do I get to button.like or button.dislike, in the value of input#avaliacao_item_id (2) by jQuery? <td> <button type="button" class="btn btn-primary btn-md…
-
1
votes1
answer113
viewsSelect specific items within a while loop
I have the following HTML inside a while PHP: <article data-id="1">...</artcile> <article data-id="2">...</artcile> <article data-id="3">...</artcile> <article…
-
1
votes1
answer1090
viewsUse of attr to apply edge color to LI
I own a li, which is a square, the CSS is like this .produtos{ width: 294px; height: 349px; /*background-color: #f1f2f2;*/ border: 3px solid transparent; position: relative; cursor: pointer;…
-
1
votes1
answer1185
viewsUse EJS with NODE
I need help changing my html index to EJS. I am using Node, and I have already made the changes in my configuration file for EJS to work properly. In my index.ejs I have a table tr: <div…
-
1
votes2
answers193
viewsDate Picker opens itself when it changes neighbor input
Good morning, I have the following code: var maxDate = new Date(); maxDate.setDate( maxDate.getDate() + 364); $(".dtpBloqueio").datepicker( { numberOfMonths: 2, dateFormat: 'dd/mm/yy', maxDate:…
-
1
votes4
answers57975
viewsHow to clear html form fields?
javascript variables that reference each field of my form var checkbox = $('input:checkbox[name^=check]:checked'); var categoriaVeiculo = $("#codCategoriaVeiculo").val(); var descricaoVeiculo =…
-
1
votes0
answers81
viewsJquery Cycle 2 - How to make a summary of Pagination?
How to summarize the pagination of cycle2 for the other items of the pagination will appear according to the needs of the user and also it fits in a certain container?…
-
1
votes0
answers85
viewsPlugin javascript or jquery stars
Obs: I don’t know if you can ask this question here, if not! Please disregard/delete. Does anyone know any plugin that I can make this screen(the rating): Where this classification I’m trying to do,…
-
1
votes1
answer7085
views"Provisional headers are Shown" slow request
When I make an AJAX request with $.post jQuery, while the request is made Chrome displays me a message Provisional headers are Shown and I feel that he stops the request while displaying this…
-
1
votes1
answer151
viewsRecover checkbox values with Validationengine
I am trying to find the best way to send my fields via Ubmit to PHP to validate. I have a form with 4 checkboxes where at least one has to be valid. I am using the Validation Engine, in PHP I work…
-
1
votes1
answer547
viewsdataType AJAX attribute - Jquery
I know that with dataType set to XML, he understands that the return is XML and I can navigate the returned object as if I navigated by DOM, so I set it to HTML(dataType:"html"), and I hoped that…
-
1
votes1
answer577
viewsClose tooltip in Full Calendar
I’m trying to close my tooltip on jQuery calendar: Example Clicking on the event will show the tooltip and a " x " in the upper corner, when clicking on it the tooltip must be closed, the JS code on…
-
1
votes2
answers1115
viewsCount visible and active inputs in my form
Well, I know that the Jquery Validation does something similar, because it only blocks a required field, if it is active, see example(In this case, if Voce accepts the "Please agree to our policy"…
-
1
votes1
answer560
viewsBreak div when content exceeds maximum size
My style css to a div, like an A4 page .pagina { width: 210mm; min-height: 297mm; max-height: 297mm; padding: 30mm 20mm 20mm 30mm; margin: 10mm auto; border-radius: 5px; background: white;…
-
1
votes2
answers811
viewsProblem with jQuery Validation Plugin
I’m using the resource remote to check if there is a register in my database with the same Cpf. More precise that this field is not mandatory be optional. So I tried to put required: false but it…
jqueryasked 10 years, 2 months ago Clayton Eduardo Mergulhão 373 -
1
votes1
answer7022
viewsHow to use jsPDF addHTML?
I’ve been trying to use jsPDF for some time to create a pdf of a specific page in a project. However, all the examples I looked at that include this function (addHTML) do not work. In the developer…
-
1
votes1
answer1608
viewsDisplay image to be loaded PHP
Hello I would like to know how to display an image that is to be loaded into a INPUT FILE For example, when the user clicks to upload the image and after selecting it how do I view an image Preview…
-
1
votes1
answer337
viewsjQuery html with load()
I am trying to use this Jquery function but it is not working properly because it shows me nothing. <script> $("#minha_div").load("Noticias.html"); </script> <div id="minha_div"…
-
1
votes2
answers1413
viewsLoop repeat jquery
Guys, I’m having a problem and I still can’t find a solution, I’m still new to jquery, I’d like a little help, please. In the code below I have a procedure to call a dialog, which will be loaded…
-
1
votes1
answer496
viewsParsererror error when making an AJAX crossDomain request
I created this page to test a request cross Domain with AJAX: <html> <head> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"> </script>…
-
1
votes1
answer2722
viewsClick line from a jQuery Datatable and load a page with id information
I am listing information from my database in a datatable with jQuery and so far everything is ok. What I want to do is by clicking on the 'Row' from Datatable click on that div all the information…
-
1
votes1
answer933
viewsDatatable checkbox in Pagination table
I am making a table with Datatable and paging, but I need it to have a checkbox in each row the problem is that when I have selected all, it only selects the first page, the others have no effects.…
-
1
votes3
answers4377
viewswindow.close does not work
I am implementing the Jquery UI Dialog in my application. When the dialog is closed it should close the current window using the method window.open(); javascript. However this does not occur, and…
-
1
votes1
answer149
viewsHow I apply slideDown() together with load()
I have a page, where it displays dynamic content using the load(). How to apply the effect slideDown() when document is displayed on page? My code is like this: index php. <div…
-
1
votes1
answer587
viewsResponse time from Ajax
Guys I’m doing my first AJAX and I’m having a problem which is this. It calls a PHP routine that downloads and uploads via FTP one or more files. And this may take a while. How do I keep AJAX…
-
1
votes1
answer1140
viewsHow to change formatNoMatches in Lect2 4.0.0?
I’m using the Lect2 4.0.0 and I am having trouble changing the way the message is shown which indicates not having found results. In the old version used formatNoMatches to change the presentation,…
-
1
votes1
answer1336
viewsPerform action when closing browser
I have a system that marks if the person is available or unavailable . There is a button called get out of. If the person clicks on it when it is available, then it automatically changes the status…
-
1
votes3
answers54
viewsAdding Current class to the menu
I’m having the problem in my JS it’s adding the Current class to all the #li. html <ul id="navlist"> <li id="home"><a href="/">Home</a></li> <li id="sobre"><a…
-
1
votes1
answer2863
viewsFunction $(Document). ready() only executes once
I have an Asp.Net application that has a menu on a main screen that has 2 links, each to a page. When I click on the first link and upload the first page, the function $(document).ready() wheel set…
-
1
votes0
answers35
viewsGetting information from a website via jQuery / Javascript
I need to get information from a website every X minutes. I’m testing locally with a fixed HTML but the idea is to make a request every X minutes, get the information and save it somehow. I saw in…
-
1
votes4
answers12028
views -
1
votes1
answer48
viewslistenTo does not listen to their respective Rigger
I have several other listenTo respond correctly to your Rigger, however this below is not responding, I have tried in every way to make her answer, but all attempts were unsuccessful.…
-
1
votes1
answer114
viewsSelecting Specific Lists
I have the following code to return the libraries of my Sharepoint project: function retornarLista() { collList = website.get_lists(); context.load(collList);//, 'Include(TemplateType==109)'…
-
1
votes2
answers521
viewsHow to make race effect?
I need to put an effect on the cars so they can move up to that point when I load the page. You got any Jquery for that? I don’t even know if you have a name for it I also have to put this edge on…
-
1
votes4
answers1027
viewsHow to set a value in an input tag of another site?
How could I pass a value to a field <input> from another site? In practice, I would like when the user clicked on a link, button, etc. to open another page of any site (e.g. www.google.com)…
-
1
votes2
answers146
viewsMove element over element where cursor is
I have this code: I wanted '#hoverLayer' to move (Animate) to one of '#bts' ('#bt1','#bt2','#bt3','#bt4'), depending on where the cursor is. Any idea? html: <div id="bts"> <div…
-
1
votes1
answer176
viewsJquery Do not allow Click on a Button that has a certain CSS Class
Good morning Guys, I have an application with Jquery Easyui, and I always call the button click actions with Jquery, as an example below: $("#btnEditar").click(function(){ ... }); It happens that…
jqueryasked 9 years, 7 months ago Jonny Gubler 11