Questions tagged as 'jquery'

1
answer

Array to store input values that are within a

I'm having trouble making a jquery array with "each" to save the input values contained within a list, in the following format: Note: In the list of questions, each question has a sublist with the alternatives. <ul class="questoes">...
asked by 08.11.2017 / 20:08
1
answer

Dynamic change of the meta viewport tag

Is it possible to change the viewport of a page and have immediate effect without having to update it? Assuming I have the following viewport on the page to show on mobile devices (smartphones and tablets): <meta name="viewport" cont...
asked by 11.11.2017 / 02:33
0
answers

Bug carousel within modal Materialize CSS

I have the following bug, I have a modal and inside it I put this carousel. <!DOCTYPE html> <html> <head> <!--Import Google Icon Font--> <link href="https://fonts.googleapis.com/icon?family=...
asked by 06.11.2017 / 17:45
0
answers

Use Autocomplete with Oracle

I'm trying to get autocomplete to search my oracle database, but it's not working. I made the script in the page header: <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script><linkrel="stylesheet" href="...
asked by 26.10.2017 / 13:03
0
answers

click jquery does not work in firefox [duplicate]

Good morning, after the code that fills the table, the manipulation of the click does not work in firefox, but it works in chrome, does anyone have any light, please? function carregarItens(){ //variáveis var itens = "", url = "transfer.ph...
asked by 05.11.2017 / 16:12
1
answer

Page Loading Can not Work

Good morning, I'm trying to make an animated page load for my page but jquery is not able to hide the div that contains the animation HTML <div class="loading" id="background"> <div class="home" id="homep"> <p cla...
asked by 26.10.2017 / 14:56
0
answers

problem table print js

I have a problem with this code, the table does not appear in print $(function () { $('button[type="submit"]').click(function () { var pageTitle = 'Page Title', stylesheet = '//maxcdn.bootstrapcdn.com...
asked by 27.10.2017 / 22:30
1
answer

Get rid of a component using jQuery when loading the page. And then it appears after a certain event in a while loop

I created a jokenpo game and want to put a while to request a value for the user. I need that when document is loaded texbox sum. $(document).ready(function(){ var choice = null; var vitoriaPlayer = 0;...
asked by 01.11.2017 / 23:46
0
answers

transition and effect in images with display: block of a slideShow

I have a slideShow that I'm developing. Images , they are in display:none and when I click on the arrows, I make display: block in the image that will appear and display: none in the others. > I would like to do 2...
asked by 20.10.2017 / 18:14
1
answer

Accessibility - More than one CSS on the site

I will develop a site for an institution for the visually impaired. Many of them, will access the site, and for each user with specific problem, I have a different CSS, which only changes the colors d fonts and some elements. $('#cor1Selec...
asked by 03.11.2017 / 17:02