Questions tagged as 'jquery'

2
answers

Filtered data inside the combo

Hello I have two combos, another category category! both are already populated with database values! I would like that when selecting category, the category type combo only list the category type values of the selected category without using...
asked by 22.01.2018 / 14:05
1
answer

Problem with modal

IdonotknowwhywhenIclickititdoesnotopenIcalleditrightandtheCSSiscalm.. @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); html, body { width: 100%; height: 100%; margin: 0; } .page-wrapper { width: 100%;...
asked by 02.01.2018 / 20:09
1
answer

DOM Jquery does not work with form

I have this script that opens an html page with Jquery DOM $('.abas').on('click', function(){ var paginas = ["planejamento_estrategico2.php","mentoria_fast_food.php","terceirizacao.php","marketing_full-time.php","mastermind.php"]; aba_...
asked by 02.01.2018 / 12:14
1
answer

Generate options from a select (years) according to another selected field

I have a form to register dependents of a plan, where you can choose child, husband, father-in-law, etc. and then the year of birth I want you to select the type of relationship by changing the select options, eg Selecionar filho: Máximo an...
asked by 11.12.2017 / 13:10
2
answers

A question about the toggle button

I made a toggle button using this code: // Hide all the elements in the DOM that have a class of "box" $('.box').hide(); // Make sure all the elements with a class of "clickme" are visible and bound // with a click event to toggle the...
asked by 29.12.2017 / 01:30
1
answer

How to change chart.js display c,

I'm learning to work chartsjs I bring date, with January value with 10 clients, the scale is 0.5, 1.0,1.5,2.0 I would like to deichar with 1,2,3,4, ... there is no half client /*********************************** GRÁFICO DE LINHAS DIARIO *****...
asked by 07.12.2017 / 09:50
1
answer

Mark checkbox with Jquery

I am setting up a screen, to choose some options. In fact, there are several checkboxes with style. Here I even took the class that does the checkbox style, to make it visible. I can give the effect by clicking on the image, but the script does...
asked by 06.12.2017 / 20:09
1
answer

Save incremented value inside a JQuery click function

I have the following function. $('#proximo').click(function() { token = localStorage.getItem("userToken"); page =0; var e = document.getElementById("idSelecionaSize"); var size = e.options[e.selec...
asked by 06.12.2017 / 19:29
1
answer

jQuery - How to remove row dynamically created table?

I'm starting the studies in jQuery and I have the following doubt: I have a table created in HTML. This table contains only one line with th 's. The records are inserted by jQuery. Through interaction with the user, the data is obtaine...
asked by 04.09.2018 / 20:45
2
answers

Error in decoding in request

I am sending the second string via post (JavaScript) to my bootle server (Python): query = { 'wiki': 'Tr%E1%BA%A7n_H%C6%B0ng_%C4%90%E1%BA%A1o', 'uid':'f17afd66aae3a' } $.post(url, query, function(data, status){}): But when I print what I g...
asked by 05.09.2018 / 19:36