Questions tagged as 'jquery'

1
answer

How to automatically select menu item?

I have the following code: link HTML: <!DOCTYPE html> <head> <title> Teste </title> </head> <body> <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="navba...
asked by 29.09.2014 / 15:18
1
answer

List the last 5 tweets with jquery

I need to list the last 5 tweets of a Twitter user, and I need only the text and date appear. I'm trying for the widget of Twitter itself, but it's very complicated. Would anyone else have a solution for this?     
asked by 14.11.2014 / 20:03
1
answer

Embed the latest Instagram photos

I need to incorporate into a website the last 6 photos of an Instagram profile. I need something like this: Is this possible?     
asked by 14.11.2014 / 13:22
1
answer

Add Fields Input

I'm trying to sum some fields into a 'final input.' I have input id #TotalFR and I would like that, as fields #CFR1 , #CRF2 , #CRF3 , #CRF4 and #CRF5 are filled, the sum of this is displayed in...
asked by 02.10.2014 / 14:01
1
answer

Remove class depending on the height of the site in the refresh?

I own a site with animation that starts as soon as the object on the screen is viewed. However, if I give F5 in the middle of the page, when raising the refresh avarés in the middle of the screen, the animation happens and should not .. How c...
asked by 02.09.2014 / 19:35
1
answer

Dialog fields popping up when page refreshes

Expensive, I inserted some divs to work with dialog and tabs, those with jquery use. Everything is working fine, but every time I enter or refresh the page, fields that have dialog "behind" give a "wink" quickly showing the...
asked by 16.09.2014 / 15:07
2
answers

Question with multiple school in Jquery [closed]

I wanted to do a questionnaire-type scheme. The closest example I found was this: link But I do not want a quiz and not everything in JS. I want something like this: Question R1 R2 R3 R4 In the example, R3 is correct. If the user choo...
asked by 22.08.2014 / 22:39
1
answer

Sorting with jquery.dataTables.js and jquery.dataTables.columnFilter bug

1 Hello, friends I'm trying to put the filter in the first row of the table head, it almost worked if not for the fact of the ordering, as I show in the image. The sort cells must be in the first header that does not have the text boxes. I'm u...
asked by 25.08.2014 / 18:33
2
answers

JQuery mask when typing text

I've been researching some Jquery masks to apply to a system, but I noticed that in some examples the mask is displayed when the input is clicked, and in other cases the mask is applied while typing. How do I get the second case? I'm currentl...
asked by 29.08.2014 / 20:20
2
answers

Lock PrintScreen function

I know the question is controversial, but I want to know if it really blocks the print screen function altogether. In Windows Forms you have to delete the clipboard with the clipboard.clear, but already in JavaScript this is not allowed for se...
asked by 05.11.2014 / 18:09