Questions tagged as 'jquery'

0
answers

Scroll horizontal scrolling issues on mobile devices

When creating a menu with horizontal scroll, no matter how well it works on the computer, I always have problems with touch devices. For example: Creating cards for mobile browsing, what happens is that when scrolling sideways, the site also...
asked by 18.04.2018 / 14:59
0
answers

Passing json through compact laravel and getting into scripts.js

I'm putting fullCalendar into my application, return view('dashboard.cadastro.reservaArea', compact('areas', 'reservas')); I'm giving return view passing reservations through compact , so far so good. After that I need to ge...
asked by 15.04.2018 / 21:43
1
answer

Hide and show according to button ID

Well, I have a problem with Jquery, JS I have a set of buttons with the initials of each name, I would like to make them appear with their divs when clicking and when I click on another, the previous one disappears and only the other appears, I...
asked by 11.04.2018 / 21:14
0
answers

Fluid Layout with Sidebar Fixed, and theiaStickySidebar

I have a layout, the content area is fluid, ie with 100% width, the sidebar has a fixed width of 200px. So far so good, I'm using theiaStickySidebar to keep the sidebar or the content suspended when the height of one is larger than the other, th...
asked by 19.04.2018 / 00:54
1
answer

Close Dropdown SubMenus when closing the Dropdown Main

$(document).ready(function(){ $('.dropdown-submenu a.sub').on("click", function(e){ $(this).next('ul').toggle(); e.stopPropagation(); e.preventDefault(); }); }); .dropdown-submenu { position: relative; } .dropd...
asked by 11.09.2018 / 19:52
0
answers

modal overflow does not work in opera

I'm using a default modal boostrap; I wanted it when I clicked to open the modal, I'd like to disable scroll because it's scrolling the page after tbm; I made this js code to try to solve more is not working in the opera;
asked by 11.04.2018 / 19:27
1
answer

Error 403 in request via $ .ajax to instagram

Does anyone know why this ajax request from error 403 and the URL works normally? The instagram has changed their api and I found this code that serves as a pagination in the media, when I make the request via ajax it of error (403 - forbidde...
asked by 11.04.2018 / 18:54
3
answers

Return focus to the window that opened the popup

I have the following code that opens a popup window where I get some data from the database: <script> $("button").click(function(){ window.open("janela.php", "_blank", "width=400, height=500"); }); </script> In the popup w...
asked by 10.04.2018 / 22:31
1
answer

Modal Global Asp.net Webforms

I created a modal, which I will practically use in all forms of the system, but I do not know how to call this modal in forms. This is the code of my modal, the page calls Modal.aspx, and the modal is the #modalexclusao <%@ Page Title="...
asked by 10.04.2018 / 15:51
0
answers

Ajax does not return callback in IOS

I'm having the following problem, when I try to run my code it arrive in beforeSend however it does not return me if an error has occurred or was successfully executed, could someone help me with this. On PC and Android it works normally and doe...
asked by 13.04.2018 / 21:37