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
answers22
viewsEvent onkeyup (Javascript/Jquery) triggered repeatedly makes browser lock
On my page I have a list with some buttons representing data that are presented in another section of the page when the "Submit" button is clicked, triggering the submit function. I added this…
-
1
votes1
answer14
viewsListing duplicate data when performing SQL and performing . load()
I looked in several places, including in the jQuery documentation and did not find a solution. I need a light of what to do on this occasion. I apologize if it is not very clear, I have never been…
-
1
votes1
answer37
viewsRefresh of an <input> containing Database values
Hello let’s start explaining what I need kkk Basically it is a game where I attack, after attacking it inserts in DB the CD turns, and at each new attack reduces the time by 1, what I wanted to do…
-
1
votes0
answers17
viewsFullcalendar ranges
Hello I’m facing a problem with the Fullcalendar library. I’m doing a project in which I use the schedule to organize my classes. I start at 8:00 and I have 40 minutes of class. I stop half day, and…
-
1
votes1
answer22
viewsAppear days of the week and times only be selected on the datetimepicker
I’m using the datimepicker plugin https://xdsoft.net/jqplugins/datetimepicker/ and is working legal and configured with the topic answer Specific time for the day of the week in the datetimepicker…
-
0
votes1
answer1685
viewsjQuery not working on Internet Explorer
I did a little play on Codepen to share on Github. That’s an effect of the elements appearing when you scroll about them. Codepen was working perfectly on both IE and other browsers, but when I…
-
0
votes2
answers384
viewsjQuery app works on Localhost, Mobile, but does not work on browsers
I developed a small application using HTML5 and jQuery. It works perfectly on localhost. I uploaded the whole code, and a specific routine did not work on any of the browsers (Chrome, Firefox or…
-
0
votes2
answers1741
viewsHow to fade icons using jQuery?
I need some help I wanted to make some animated icons on the site, I needed a FADE effect, that when you hover the mouse over the icon it changes the image smoothly. Sample site In the icons of the…
-
0
votes2
answers2126
viewsError making Ajax request
When I try to make a requisition ajax using the command $.post jQuery appears an error in Chrome Network someone knows what might be this error Code: I’m using the codeigniter framework…
-
0
votes1
answer256
viewscycle2 plugin does not work when using api(). html
When I mark in html it works normally, when I write in my jQuery sheet using the api (). html doesn’t work, I’m guessing it’s because of the date-written in the div, how I could make it work?…
-
0
votes1
answer1726
viewsHow to save the results of a "drag-and-drop" in table?
I need to do a drag-and-drop that looks like the image below, which is the system I’m developing. In the buttons referring to "1st Period", "2nd Period" and others, I put a function that returns the…
-
0
votes1
answer124
viewsHow to show a Facebook Embedded Post through Button Click?
I need to create a Embedded Post on a page through a Click event. I am using the following function: <body> <div id="fb-root"></div> <div id="myDiv"></div> <div…
-
0
votes2
answers1228
viewsUsing Ajax in Cakephp 2.0
I cannot use the normal syntax of Ajax in the Cakephp. I’ve seen some things about Jshelper, but I can’t do what I want. What can I call a action of controller for Ajax sending certain data and then…
-
0
votes1
answer240
viewsHow to leave textarea and button next to each other?
I need to implement a textarea(message) and a button(send) on your right side, but it is liquid (100%), that is, if you decrease the size of the window the textarea decreases and the button keeps…
-
0
votes1
answer73
viewsJquery jCarrousel Lite
I’m using the plugin of JCarousel Lite and it worked well on a certain page. Now I’m applying on another project msm page only that instead of working, it puts widht: 0px height: 0px; in all…
-
0
votes1
answer233
viewsPrevent js file from running
I would like to know how to prevent or modify a file . js of a site when running in my browser. The site has the following code <script type="text/javascript"…
-
0
votes2
answers2219
viewsHow to upload multiple images with just 1 click?
I’m studying uploading images and files, and I can upload 1 image, and show it on the screen, but I’m interested in uploading multiple images with only one button, just like this web application…
-
0
votes3
answers7312
viewsHow to count page views on a website
I would like to implement a page views counter on my site, present a numerical reference on the site, and use this data to perform a ranking of most accessed articles/post and automatically insert a…
-
0
votes1
answer54
viewsWhy is triggerHandler only affecting the first on the list?
I’m trying to call Handler an event via jquery, by using the method triggerHandler is only affecting one of the selected elements, and the selector definitely represents several elements. jsfiddle…
jqueryasked 10 years, 8 months ago Miguel Angelo 28,526 -
0
votes4
answers3942
viewsjQuery does not see content loaded via ajax
How can I make the elements loaded in the layout be seen by jQuery? For example: on a parent page I have a script loaded with the page. On this parent page, I have a DIV with ID="filho". When, a…
jqueryasked 10 years, 8 months ago morphinduction 473 -
0
votes1
answer253
viewsDisable link in jQuery paging menu
I have a paging plugin made in jQuery. What I can’t do is when I’m on the last page, the link that gives access to the next page is disabled and the user can’t click anymore. Similarly the button…
-
0
votes3
answers122
viewsJquery does not return the minimum value when using Math.min( )
I have the function: $(this.SubOfferGroups).each(function () { $(this.AnswerOffersList).each(function () { menorValor = Math.min(this.SalePrice.DefaultValue); }); }); When entering the array…
-
0
votes2
answers648
viewsJquery validation in mvc fields
I have a View with some fields, I need to do a validation to check if the field is empty when the user click on a button ex: save, I searched some functions in jQuery no more meets what I need to…
-
0
votes2
answers1295
viewsHow to run a PHP script without refresh with jQuery?
If you access this site GCMC Advocacia You may notice that the menu will only change language if you double-click the flag. This is because the page is not running the script that loads the menu…
-
0
votes1
answer418
viewsLoading jQuery on Gento only if it has not been loaded before
I need my module to only load the jQuery if he hasn’t already clicked on the page, I did it by javascript, but it runs very fast, even using 'setInterval' and etc.. In some cases they continue to…
-
0
votes4
answers477
viewsHeight of one div based on another div
How to leave the div result777 the same size as the div publicidade? <script> $( "#result777" ).load(function() { if ( $("#publicidade").height() == "390px"){ var altura3 =…
-
0
votes1
answer575
viewsHighcharts - Display tooltip in column equal to 0 or no value
Hello! At one time I implemented Highcharts in the Framework in my company, and I can say that we are super satisfied with it. But we have a problem that we don’t know how to solve. In column…
-
0
votes1
answer260
viewshtml with jquery (tabs)
I’m having a problem getting tabs to work. I get the names of the tabs but not how they should appear inside a rectangle. because next I want to put the php data inside…
-
0
votes2
answers126
viewsCreate Jquery plugin
I am creating a jquery plugin and would like to know how to use the div selected in the plugin to be my variable... : (function ($) { $.fn.plugin = function () { $(document).ready(function () { var…
jqueryasked 10 years, 7 months ago user3517672 357 -
0
votes2
answers2620
viewsdecrease time of jQuery slider
I did not use any plugin to make a simple transition between Divs, because it was not to be anything too complicated and did not want to overload the page with several plugins, but in my script the…
-
0
votes1
answer819
viewsPerform action by pressing key
I need that when the user presses the DOWN key (down) of the keyboard, it goes to a div, in the same way as with scrollTop. Someone has done something like this using Jquery? It would be something…
-
0
votes1
answer400
viewsAngularjs - Http get is returning the main page html instead of json
Friends, I have a web app that works normally when installed on localhost. But when I deploy on a different server http get returns the main page html instead of returning the json. Detail this…
-
0
votes1
answer1115
viewsCopy HTML and change ng-model
I have a piece of HTML that I am duplicating via HTML. Within the scope, however, ng-model is not working. HTML: <html ng-app="App" ng-controller="Theme" > <head> </head>…
-
0
votes1
answer262
viewsHow to authenticate with Devise via AJAX?
I need to do login, for example, on the home of my website using GEM Devise with AJAX. Does anyone know any way?
-
0
votes2
answers282
viewsWord selection for phrase formation
To facilitate the explanation, I have separated the following mockup: The idea is this: Each of the options in the DIV is originally not visible, the idea is that an option is visible only after the…
-
0
votes2
answers1377
viewsHow to recover query parameters after clicking on pagination
In the code below, how I can recover query parameters after clicking on the pagination? When the user informs the query parameters contract number and/or status and clicks on query, the code below…
-
0
votes2
answers149
viewsFunction jQuery to hide elements
I have a window that opens when clicking on an element, blz. But how can I do to, when clicking OUTSIDE of that window, it closes?
-
0
votes1
answer239
viewsDo not run autoplay video as bg on mobile
My website has as bg a video that is on autoplay. However, when you’re on mobile, I want this video to not run, leaving only on pause to display a background image. If I put display:none in CSS it…
-
0
votes1
answer69
viewsCakephp Auth Does Not Allow Timthumb to Work
I have a gallery that worked properly, but after doing user restrictions with the Auth, thumbnails stopped showing the image, but when I delete function beforFilter(), public function…
-
0
votes3
answers261
viewsCapture click with Jquery and add css
I am a beginner in Jquery and have the following question. I own a div and a ul with several li. To ul is as display:none, want to trigger display:block when I click the div. As below: <div…
-
0
votes2
answers897
viewsOpen specific accordion by clicking on a list
My problem is this: I have a list (ul>li) that when you click on one of them, you should go to a page containing the specific accordions. This is the website: www.alfacontabil.com.br On the…
-
0
votes1
answer122
viewsSave to Database at auction end
I am developing an auction site on ASP.NET MVC4 and EF, at this time already makes bids and has a time stopwatch. The problem now is: how do I record the data when the time runs out? I’ve thought…
-
0
votes1
answer715
viewsJqgrid: Assign value to Postdata
I’m having trouble setting values in postData of a Jqgrid, below are the creation of the grid, the received JSON and the function that changes the value along with the reloadGrid. Creation of the…
-
0
votes3
answers3942
viewsScroll on page adds "ACTIVE" class to menu
Hello, I’m having trouble getting jquery to add a class active to the menu Fixed at the top. anyone who wants to see the site to better understand follows the link. Site Safira I want the class to…
-
0
votes1
answer83
viewsToggle Animate() in Divs in the same position
I was able to do the effect of displaying a div, when hover, that is hidden and below the visible. However, the effect gets kind of "crazy" when I keep moving the mouse inside the container. Someone…
-
0
votes1
answer563
viewsHow to invoke bootbox.js after recording data in BD
How can I show a message box using the bootbox.js after writing to the database redirecting the user? I did a test with the following script, but did not succeed. if($execCurso){ ?>…
-
0
votes1
answer112
viewsHow to send the blob in real time?
Have some way to send the blob to the server in real time (streaming)? I searched on sockets but did not have good results...
-
0
votes1
answer135
viewsEdit similar fields in codeigniter
Imagine the following situation: Registered in a database several phones of a single establishment (local_1, +55 xx xxxx-xxxX; local_1, +55 xx xxxx-xxxY; ...); The problem: Allow the user to edit…
-
0
votes1
answer694
viewsLoad data from a field after pressing a button
I need to load data from a table field. Example: Table (Template), the person is filling out the form and wants to use this template in the Text field, and with this he would click on a button (Load…
-
0
votes1
answer324
viewsFile opening via Load jquery method
I don’t even know where to start! I’m trying to create an administration page, where the data has to be sent via $.post and receive via $.get, but when I try to read the php file where the script…