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
votes2
answers115
viewsAjax search inside jquery div clone
I have a search in an input that returns the result in ajax, type autocomplete that is working (when I type 3 first digits it shows the results), but when I put this input inside a div "clone"…
-
1
votes2
answers390
viewsHow to get a json value from a string.string
Having a JSON of the type: {"HOME":{"INTRODUCAO":"midias/video1.mp4"}} How to get the value midia/video1.mp4 from the string var key = "HOME.INTRODUCAO"; I’ve tried to: var key = "HOME.INTRODUCAO";…
-
1
votes1
answer52
viewsDouble menu with jQuery
I would like to know how I make a menu like this site => http://ghfly.com/, preferably using only jQuery and VLWS css!
-
1
votes1
answer110
viewsBootstrap Jquery error
I don’t understand why I get this error. I already entered all the scripts, and still nothing. I was reading that Bootstrap 3.3.7 should not work, but I need it for my tables and so on. someone can…
-
1
votes1
answer1756
viewsState Combobox - PHP city
This is correctly filling the states combobox. How do I proceed now, when selecting the state to combobox of cities referring to the selected state is filled? How to implement the…
-
1
votes1
answer38
viewsIncrease menu width jquery css
Naughty personal talk! : ) Great, I downloaded a menu in jquery on https://github.com/christophery/pushy/. I found it really cool. but I can’t in any way increase the width of the menu. I’ve changed…
-
1
votes1
answer641
viewsBirth date validation with jQuery
I’m wearing this plugin (jQuery Mask Plugin) to be able to make a mask in my form, however I have a problem in the field date of birth, because it happens the following, the user can type any day,…
-
1
votes1
answer275
viewsJsonresult return error
I’m having a hard time understanding this problem: When I click on the line Datatable to edit the Customer data error occurs whenever the Customer has a Contact or a registered Address and this is…
-
1
votes3
answers80
viewsEffects with jquery
Guys I’m having a doubt, use effects in jQuery like this: $("#elemento").toggle(2000); I took a look at the documentation but I’m not finding the right way to do it, I need an event where it starts…
jqueryasked 7 years, 11 months ago Hugo Borges 5,294 -
1
votes1
answer62
viewsCan you add touch Events in jquery Cycle?
I wanted to know if you have how to add touch events in jquery Cycle. Because I want to put touch events in my slideshow. Code: <script src="js/jquery-1.11.1.js"></script> <script…
jqueryasked 9 years, 2 months ago Gilmar Santos 1,371 -
1
votes1
answer29
viewsIs it possible to make an appendTo for another document?
Good morning. It is possible to clone a div from a webpage to another webpage? Example: Access my system and go to the page "list". In this list page, I have a div with id="testConteud". On this…
-
1
votes2
answers296
viewsvalidation for Partialview
I have a page that calls a partialview formed by a div with text field inside it, through a button. Each time the button is pressed a line is added. The problem is that I cannot validate the empty…
-
1
votes2
answers115
viewsTransition time does not work
I gave 3 seconds to make a more sensitive transition but it doesn’t work, it’s too gross: $(function(){ var status = 0; /* INICIA MENU-GRID */ $('.menu-grid').on('click',function(){…
-
1
votes1
answer323
viewsJavascript or Jquery Draggable Vertical 3d Carousel
I’m on an Html5 app project aimed at mobile. One of the tools of this app, works like a clock. I try to get that clock set up by dragging the buttons up and down. Setting the numbers for me to…
-
1
votes1
answer63
viewsDifficulty loading oracle data with js(jquery and ajax) function
This is my scenario: I have two pages (A and B). In B I load a variable with data coming from Oracle. In B I also mount my table that will be displayed in A with this data. On page A I have my…
-
1
votes1
answer109
viewsHow to know if a plugin is active
Personal am wanting to make my site only with a JS file and in it I would like to know if a certain plugin is loaded since for example the carousel I only load on a page. How I test if the plugin is…
jqueryasked 7 years, 11 months ago Joao Nivaldo 1,229 -
1
votes1
answer1192
viewsPopular second select after selecting the first select
good night! I want to popular the second select with the data depending on the first select, I have the following code View $(document).ready(function(){ $("#relatorio").change(function(){ $.ajax({…
-
1
votes0
answers40
viewsHow to insert one HTML into another
Simple, but I’m starting and I believe they’ll help me objectively. I need to insert a menu and footer like a #include of Asp, but direct in HTML is possible?…
-
1
votes1
answer830
viewsChange Content within a modal
How can I load a modal and this modal have a button that when clicking exchange the content for another page of this modal that is already open, and when closing back to the previous content. I’m…
-
1
votes1
answer177
viewsGet Dropdown value when Textbox receives focus
What can I do to get the value that is selected in a DropDownList and move on to a TextBox only when the Textbox receive the focus (when the user clicks the field)? I had already put one…
-
1
votes2
answers358
viewsOn click event repeating action
My code: var calendar = { init: function(org_id) { $.ajax({ url: 'http://localhost:8000/listar/' + org_id, type: 'GET', dataType: 'json' }).done(function(data) { var events = data.events; for (var i…
-
1
votes0
answers147
viewsSerialize does not load after Ajax request
I have a query that brings the result of the database to a table that at each row of the result has option to edit, until then the query and run normal, after clicking edit it loads the function…
-
1
votes1
answer528
viewsShow a single DIV with Ajax
I am making an ajax request for an external URL and want to show only three elements of the original website on the page I developed. But when executing the code it brings all the elements of the…
-
1
votes2
answers56
viewsHow to check input text before post?
Follows the code: @using (Html.BeginForm("Update", "Account", FormMethod.Post, new { @class = "form-horizontal", role = "form", enctype = "multipart/form-data" })) { . . . <input type="text"…
-
1
votes1
answer460
viewsjQuery Autocomplete - Keywords
I’m using this plugin (https://jqueryui.com/autocomplete/) to make a search bar on the system. It works perfectly. But I would like to know if it has how to use reference words. I would like to…
-
1
votes2
answers801
viewsTaking text from different inputs
I need to get different text inputs, already tried and right for some, below a list of what worked. lbl_DteHora_Reu slc_Local_Reu slc_Palavra_Reu slc_QuebraGelo_Reu slc_Louvor_Reu HTML: <label…
-
1
votes1
answer666
viewsHandling of JQUERY parents and siblings
I have a question in Jquery. I have the following code, example: <div class="col-sm-2"> <div class="md-checkbox"> <input type="checkbox" id="checkbox1" class="md-check">…
-
1
votes1
answer66
viewsSearching IP or URL of a website using Geolocation
I’m having a problem using the Geolocation feature where I’m trying to fetch the location data (latitude and longitude) of the url or ip I type in the ip/url field. By clicking the "Locate" button,…
-
1
votes1
answer239
viewsInsert indented text in Textarea with Codemirror
I’m making an editor HTML in the browser, where the user can write his script in the Database, I recorded all lines of user code in a single string and recorded in the BD, but how do I bring back as…
-
1
votes1
answer647
viewsValidate several Emails within input from the enter key with jquery
I want to use a input to store several emails but I’m having difficulties to implement this in practice. when placing an email on input the user type enter, to validate the email, if valid add the…
javascript jquery jquery-ui jquery-mobile jquery-validateasked 9 years, 1 month ago Jeferson Kaefer 435 -
1
votes1
answer154
viewsjQuery Mobile does not allow internal links
I am creating HTML 5 application sketch to run on device mobile. In my project, I needed to use different versions of jQuery for events to work: <script…
javascript jquery mobile front-end jquery-mobileasked 7 years, 10 months ago Paulo Sérgio Duff 1,201 -
1
votes2
answers104
viewsHow to insert element inside another dynamically created
When I load the page, I have some checkbox: <input type="checkbox"> And when I get to the ready of the page, I want to put the checkbox inside a label with class 'checkboxPersonalized', being…
-
1
votes1
answer89
viewsUse different symbols for dots
I’m using the plugin float Charts to generate line graphics. Until then I have this chart: As a configuration of plugin, I am informing you that this line must have a symbol of the kind circle But I…
-
1
votes1
answer71
viewsCriticizing empty field in PHP
Hello. I have a code in Php that at a certain time returns me an input value: <input type="text" style="color:chocolate" size="1" id="note1" name="note1" class="mynote" value="<?php print…
-
1
votes1
answer174
viewsAnimation with CSS and jQuery
Well I am mounting an Alert system with jquery and css. Everything is working. However I noticed that in some browsers it is getting a little slow. The problem is because the div of Alert moves…
-
1
votes1
answer416
viewsSubmit input box data using enter key?
I want you to press the button Enter the value is inserted into the HTML page using jQuery. The code below is input simple in HTML: <!doctype html> <html> <head> <title>Somar…
-
1
votes1
answer259
viewsPick index of a div with equal classes using mouseover() Jquery
I have several divs with the same class and need a function that when I pass the mouse on any of them, with mouseover() get her index
jqueryasked 7 years, 10 months ago user64576 -
1
votes1
answer292
viewsBlink screen by clicking on menu before sliding to destination
take a look at this link Fun Wake Park click on the menu and you will notice that before the sliding effect happens, the page goes to the destination and comes back quickly with a blink, what can…
-
1
votes1
answer2644
viewsHow to use Sweet Alert before deleting Mysql lines
I’m trying to use the sweet alert to confirm the intention to delete a row from the Mysql table, but I don’t think I know how to do it. Using the alert simple do like this: <a title='Remover…
-
1
votes0
answers506
viewsSave image together with form to database by PHP
Good afternoon guys, help me please, I found a tutorial on the internet that teaches you to save the image in the database with php and jquery, but it teaches send only the image I’ve tried every…
-
1
votes0
answers38
viewsCellular number validation with jQuery
Is there any library that validates the number typed by the user? Example: If the user types (11)11111-1111 or (22)2222-2222 and so on, if you type something similar, it shows that the phone is…
-
1
votes1
answer5498
viewsStore and retrieve variable containing HTML list using localStorage
I have a project and I’m using localStorage as a database. I use this to save a list that the user can edit and add like this: localStorage.setItem(local, $("#lista").html()); In html it looks like…
-
1
votes2
answers89
viewsWhen uploading, the file name becomes the title
Colleagues. Is it possible for the user to upload a file, the file name to turn the page title? For example: The user will fill out a form where the first field is the file upload and the second…
-
1
votes1
answer250
viewsproblem with jquery Mask in dynamic form
Well I set up a dynamic form where I have the 'input' plots. It already with value 1 loaded. I have another input called value, where I use jquery Mask. It works however when I change the value of…
-
1
votes1
answer227
viewsFunction mouseout on icon
I would like when hovering over the search icon to load an input field. html <div id="navbar" class="navbar-collapse collapse pull-right"> <ul class="nav navbar-nav"> <li><a…
-
1
votes1
answer325
viewsConvert RSS to JSON Google Feed API
Some time ago I was using the google service google feed api however this service has been discontinued, I wonder if there is any solution to replace, I am doing so with jQuery: $.ajax({ url:…
-
1
votes1
answer147
viewsJquery statement that returns the last Child of different elements
Hi, I’m doing some exercises for a programming course I took. I came across this task and do not know how to solve it, someone has some hint? Make a jQuery statement that selects all elements that…
-
1
votes0
answers106
viewsJquery Autocomplete with Sequence Selection
I have a text field in the sql server database varchar (MAX). I am using Jquery and C# to make an autocomplete. This is populated through a "autocomplete.ashx" file called by jqyery. My field in the…
-
1
votes3
answers664
viewsHow to convert a numeric value to Boolean?
I get a value boolean of the database, in which I intend to define a checkbox dynamically. The value received is 0 or 1. I tried to do it this way below: var status = 1; //valor recebido…
-
1
votes0
answers91
viewsSearch link construction, combining select?
I am having a small problem with building a search filter for my site. Anyway, I need a filter that shows options that are related to the previous select example:…