Questions tagged as 'jquery'

1
answer

Does nothing when trying to open popup

No HTML I have this footer : <div data-role="footer" data-position="fixed" data-theme="c" data-tap-toogle="false"> <div data-role="navbar" data-grid="c"> <ul> <l...
asked by 06.07.2015 / 17:55
1
answer

Page loading Ajax + Jquery + Ruby on Rails

Oops, good afternoon guys, I'm a little new to rails and to with a little difficulty. I have a login form (sessions / new) and a registration form (users / new), in each of these forms, I have a link in which when clicked redirects the user to t...
asked by 04.08.2015 / 20:10
1
answer

Detect screen size and apply scroll on responsive element

Iwanttomakeanapplicationwiththefollowingdefinitions,ascreen(responsive),withalistoftitlesforvideolessonontheright,andyoumusthavescroll,wheneverIscrolltheelement,100%doesnottaketheresolution.<!DOCTYPEhtml><htmllang="pt-BR"> &l...
asked by 17.06.2015 / 19:25
1
answer

Tab Scroll - Interrupt setInterval with jQuery.mouseup

I need to implement tabs in my application, and when they exceed the area boundary, I need to have them rolled horizontally. I created the scroll buttons ← , → and programmed so that while they are pressed the tabs are rolling. When I r...
asked by 16.06.2015 / 22:51
0
answers

UrlRewriterFilter problem load css and js

I'm using taglib as a template to load header, body, and footer into my jsp pages. For friendly URLs I use UrlRewriteFilter. The problem is when I pass parameters in URl friendly, as it does not load the css and js files. The link page load...
asked by 12.06.2015 / 16:55
1
answer

Prevent media from continuing to load in audio tag

I have an audio player on the page, and I reload the source through javascript. But every time I load a new audio, the old one continues to load, even though it is no longer playing. And this is hindering the performance of my application. It's...
asked by 14.06.2015 / 21:49
1
answer

Javascript simulate keyboard [duplicate]

Hi, I have the following case, an external page opens inside my iframe, I need javascript to simulate the "TAB" key until it reaches the login field. So much so why my problem is to find a way to make it simulate this "TAB" without any other e...
asked by 05.06.2015 / 16:55
2
answers

Deleting ajax + jquery

The correct method to delete, my question is how to get the id based on the table row, and how to send the same to a page that it actually excludes. The codes I have already done will be followed. userlist.php <script type="text/java...
asked by 03.06.2015 / 15:02
0
answers

Get dynamically generated element id (BeginCollectionItem)

I have a View , where I get the selected value in a DropDownList , use that value in a ajax query, and populate another DropDownList with the query return. Until then, that's fine. However, these DropDownList's will be...
asked by 14.07.2015 / 16:08
0
answers

Populating Cities / Neighborhoods in jQuery with fields in Array

I have the following JS. <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.js"></script><scripttype="text/javascript"> $(document).ready(function(){ $("select[name=cidade]").change(fun...
asked by 23.06.2015 / 18:35